Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ ArbitraryExpr
Class
ArbitraryExpr
crates/ixon/src/expr.rs:300–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
ptr::write(ptr, Expr::App(f, a));
299
}
300
stack.push(a_ptr);
301
stack.push(f_ptr);
302
},
303
Case::Lam => {
Callers
1
arbitrary
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected