Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ arbitrary
Method
arbitrary
crates/ixon/src/expr.rs:303–305 ·
view source on GitHub ↗
(g: &mut Gen)
Source
from the content-addressed store, hash-verified
301
stack.push(f_ptr);
302
},
303
Case::Lam => {
304
let uses = match gen_range(g, 0..4) {
305
0 => Uses::Erased,
306
1 => Uses::Linear,
307
2 => Uses::Affine,
308
_ => Uses::Many,
Callers
nothing calls this directly
Calls
2
ArbitraryExpr
Class · 0.85
arbitrary_expr
Function · 0.85
Tested by
no test coverage detected