MCPcopy Create free account
hub / github.com/argumentcomputer/ix / mk_id

Function mk_id

crates/kernel/src/canonical_check.rs:849–851  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

847 KExpr::sort(KUniv::zero())
848 }
849
850 fn nat() -> AE {
851 AE::cnst(mk_id("Nat"), Box::new([]))
852 }
853
854 fn mk_indc(

Calls 1

mk_addrFunction · 0.70