Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ cnst
Function
cnst
crates/kernel/src/testing.rs:96–98 ·
view source on GitHub ↗
(name: &str, us: &[MU])
Source
from the content-addressed store, hash-verified
94
}
95
96
pub fn cnst(name: &str, us: &[MU]) -> ME {
97
ME::cnst(mk_id(name), us.into())
98
}
99
100
pub fn let_(ty: ME, val: ME, body: ME) -> ME {
101
ME::let_(mk_name(
"_"
), ty, val, body, false)
Callers
15
profile_sink_records_delta_edge_and_fuel
Function · 0.70
check_theorem_with_type_in_prop_ok
Function · 0.70
safe_definition_rejects_unsafe_inductive_ref
Function · 0.70
check_axiom_referencing_unknown_const_errors
Function · 0.70
into_kexpr
Method · 0.70
subst_closed_skip
Function · 0.70
subst_app
Function · 0.70
subst_under_lambda
Function · 0.70
subst_bound_var_unchanged
Function · 0.70
instantiate_rev_closed_passthrough
Function · 0.70
instantiate_rev_under_inner_binder
Function · 0.70
instantiate_rev_then_abstract_roundtrip
Function · 0.70
Calls
1
mk_id
Function · 0.70
Tested by
no test coverage detected