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

Function n

crates/compile/src/mutual.rs:199–201  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

197 use ix_common::env::{ConstantVal, Level};
198
199 fn n(s: &str) -> Name {
200 Name::str(Name::anon(), s.to_string())
201 }
202
203 fn sort0() -> Expr {
204 Expr::sort(Level::zero())

Callers 4

mk_constant_valFunction · 0.70
mk_defFunction · 0.70
mk_indFunction · 0.70
single_ctx_has_one_entryFunction · 0.70

Calls

no outgoing calls

Tested by 1

single_ctx_has_one_entryFunction · 0.56