Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ p
Function
p
crates/compile/src/congruence.rs:411–413 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
409
use super::*;
410
use ix_common::env::Name;
411
fn p(s: &str) -> Level {
412
Level::param(Name::str(Name::anon(), s.to_string()))
413
}
414
fn z() -> Level {
415
Level::zero()
416
}
Callers
8
level_max_zero_absorption
Function · 0.85
level_max_same_base_succ
Function · 0.85
level_max_same_base_different_offsets
Function · 0.85
level_imax_succ_collapses_to_max
Function · 0.85
level_imax_zero_second_arg
Function · 0.85
level_max_absorption_left_in_right
Function · 0.85
level_genuinely_different_still_rejected
Function · 0.85
level_normalize_idempotent
Function · 0.85
Calls
1
param
Function · 0.50
Tested by
8
level_max_zero_absorption
Function · 0.68
level_max_same_base_succ
Function · 0.68
level_max_same_base_different_offsets
Function · 0.68
level_imax_succ_collapses_to_max
Function · 0.68
level_imax_zero_second_arg
Function · 0.68
level_max_absorption_left_in_right
Function · 0.68
level_genuinely_different_still_rejected
Function · 0.68
level_normalize_idempotent
Function · 0.68