MCPcopy Create free account
hub / github.com/argumentcomputer/ix / cnst

Function cnst

crates/kernel/src/testing.rs:96–98  ·  view source on GitHub ↗
(name: &str, us: &[MU])

Source from the content-addressed store, hash-verified

94}
95
96pub fn cnst(name: &str, us: &[MU]) -> ME {
97 ME::cnst(mk_id(name), us.into())
98}
99
100pub fn let_(ty: ME, val: ME, body: ME) -> ME {
101 ME::let_(mk_name("_"), ty, val, body, false)

Calls 1

mk_idFunction · 0.70

Tested by

no test coverage detected