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

Function sort1

crates/kernel/src/infer.rs:632–634  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

630 AE::sort(AU::zero())
631 }
632 fn sort1() -> AE {
633 AE::sort(AU::succ(AU::zero()))
634 }
635
636 /// Env with: Nat (axiom), id (definition)
637 fn test_env() -> KEnv<Anon> {

Calls 1

sortFunction · 0.85