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

Method count_0

crates/kernel/src/expr.rs:126–128  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

124 /// Lean mdata annotations. Semantically transparent, erased in Anon mode.
125 pub mdata: M::MField<Vec<MData>>,
126 /// Original level-spelling decoration (Meta-mode `Sort`/`Const` only;
127 /// `None` everywhere else and when the stored spelling is already
128 /// `mk*`-normal). See [`UnivDecor`]. Erased in Anon mode.
129 pub univ_decor: M::MField<Option<UnivDecor>>,
130}
131

Callers 5

app_mdata_with_addrMethod · 0.80
lam_mdata_with_addrMethod · 0.80
all_mdata_with_addrMethod · 0.80
let_mdata_with_addrMethod · 0.80
prj_mdata_with_addrMethod · 0.80

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected