MCPcopy Create free account
hub / github.com/argumentcomputer/ix / mk_id

Function mk_id

crates/kernel/src/whnf.rs:3085–3087  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

3083
3084 let a = intern_int_lit(self, a_val);
3085 let b = intern_int_lit(self, b_val);
3086 if a.hash_key() == args[0].hash_key() && b.hash_key() == args[1].hash_key()
3087 {
3088 return Ok(None);
3089 }
3090

Callers 15

env_with_idFunction · 0.70
whnf_deltaFunction · 0.70
whnf_cache_hitFunction · 0.70
natFunction · 0.70
cnstFunction · 0.70
unit_envFunction · 0.70
nat_envFunction · 0.70
usize_envFunction · 0.70
whnf_usize_sizeFunction · 0.70

Calls 1

mk_addrFunction · 0.70