Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ display_const_anon
Function
display_const_anon
crates/kernel/src/expr.rs:999–1003 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
997
fn all_hash_differs_from_lam() {
998
let ty = AE::sort(AU::zero());
999
let body = AE::var(0, ());
1000
assert_ne!(
1001
AE::lam((), (), ty.clone(), body.clone()).addr(),
1002
AE::all((), (), ty, body).addr()
1003
);
1004
}
1005
1006
#[test]
Callers
nothing calls this directly
Calls
2
cnst
Function · 0.70
mk_addr
Function · 0.70
Tested by
no test coverage detected