Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ sort1
Function
sort1
crates/kernel/src/check.rs:942–944 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
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 {
945
KConst::Ctor {
946
is_unsafe,
947
lvls,
Callers
5
profile_sink_records_delta_edge_and_fuel
Function · 0.70
test_env
Function · 0.70
check_theorem_with_non_prop_type_rejected
Function · 0.70
safe_definition_rejects_unsafe_inductive_ref
Function · 0.70
checking_one_definition_checks_sibling_block
Function · 0.70
Calls
1
sort
Function · 0.85
Tested by
5
profile_sink_records_delta_edge_and_fuel
Function · 0.56
test_env
Function · 0.56
check_theorem_with_non_prop_type_rejected
Function · 0.56
safe_definition_rejects_unsafe_inductive_ref
Function · 0.56
checking_one_definition_checks_sibling_block
Function · 0.56