MCPcopy 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,

Calls 1

sortFunction · 0.85