Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ sort0
Function
sort0
crates/kernel/src/check.rs:939–941 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
937
.env
938
.iter()
939
.find(|(id, _)| id.addr == self.prims.eq_refl.addr)
940
.map(|(_, c)| c.clone())
941
.ok_or_else(|| {
942
TcError::Other(
"check_eq_type: Eq.refl not found"
.into())
943
})?;
944
match refl_c {
Callers
7
profile_sink_records_delta_edge_and_fuel
Function · 0.70
test_env
Function · 0.70
check_theorem_with_type_in_prop_ok
Function · 0.70
check_theorem_with_non_prop_type_rejected
Function · 0.70
check_loose_var_in_decl_rejected_before_infer
Function · 0.70
insert_id_def
Function · 0.70
checking_one_definition_checks_sibling_block
Function · 0.70
Calls
1
sort
Function · 0.85
Tested by
6
profile_sink_records_delta_edge_and_fuel
Function · 0.56
test_env
Function · 0.56
check_theorem_with_type_in_prop_ok
Function · 0.56
check_theorem_with_non_prop_type_rejected
Function · 0.56
check_loose_var_in_decl_rejected_before_infer
Function · 0.56
checking_one_definition_checks_sibling_block
Function · 0.56