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

Calls 1

sortFunction · 0.85