MCPcopy 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 }

Calls 1

paramFunction · 0.50