Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_id
Function · 0.70
whnf_delta
Function · 0.70
whnf_delta_opaque_blocked
Function · 0.70
whnf_delta_opaque_hint_unfolds
Function · 0.70
whnf_nat_ble_zero_length_string_to_list_literal_is_true
Function · 0.70
whnf_cache_hit
Function · 0.70
nat
Function · 0.70
cnst
Function · 0.70
unit_env
Function · 0.70
nat_env
Function · 0.70
usize_env
Function · 0.70
whnf_usize_size
Function · 0.70
Calls
1
mk_addr
Function · 0.70
Tested by
13
whnf_delta
Function · 0.56
whnf_delta_opaque_blocked
Function · 0.56
whnf_delta_opaque_hint_unfolds
Function · 0.56
whnf_nat_ble_zero_length_string_to_list_literal_is_true
Function · 0.56
whnf_cache_hit
Function · 0.56
whnf_usize_size
Function · 0.56
whnf_nat_sub_usize_size_0
Function · 0.56
whnf_nat_pred_usize_size
Function · 0.56
def_eq_usize_pred_sub_vs_sub_1
Function · 0.56
native_reduce_reentrancy_guard_prevents_recursion
Function · 0.56
whnf_quot_lift_reduces
Function · 0.56
whnf_quot_lift_stuck_on_non_mk_major
Function · 0.56