Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_val
Function · 0.70
mk_def
Function · 0.70
mk_ind
Function · 0.70
single_ctx_has_one_entry
Function · 0.70
Calls
no outgoing calls
Tested by
1
single_ctx_has_one_entry
Function · 0.56