Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ mk_id
Function
mk_id
crates/kernel/src/check.rs:936–938 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
934
}
935
936
let refl_c = self
937
.env
938
.iter()
939
.find(|(id, _)| id.addr == self.prims.eq_refl.addr)
940
.map(|(_, c)| c.clone())
941
.ok_or_else(|| {
Callers
11
test_env
Function · 0.70
check_clears_caches
Function · 0.70
check_theorem_with_type_in_prop_ok
Function · 0.70
check_theorem_with_non_prop_type_rejected
Function · 0.70
check_axiom_with_non_sort_type_rejected
Function · 0.70
check_loose_var_in_decl_rejected_before_infer
Function · 0.70
check_out_of_range_universe_param_rejected
Function · 0.70
check_const_idempotent
Function · 0.70
safe_definition_rejects_unsafe_inductive_ref
Function · 0.70
checking_one_definition_checks_sibling_block
Function · 0.70
check_axiom_referencing_unknown_const_errors
Function · 0.70
Calls
1
mk_addr
Function · 0.70
Tested by
11
test_env
Function · 0.56
check_clears_caches
Function · 0.56
check_theorem_with_type_in_prop_ok
Function · 0.56
check_theorem_with_non_prop_type_rejected
Function · 0.56
check_axiom_with_non_sort_type_rejected
Function · 0.56
check_loose_var_in_decl_rejected_before_infer
Function · 0.56
check_out_of_range_universe_param_rejected
Function · 0.56
check_const_idempotent
Function · 0.56
safe_definition_rejects_unsafe_inductive_ref
Function · 0.56
checking_one_definition_checks_sibling_block
Function · 0.56
check_axiom_referencing_unknown_const_errors
Function · 0.56