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

Function cnst

crates/kernel/src/inductive.rs:4545–4547  ·  view source on GitHub ↗

Helper: build `Const(name, univs)`

(name: &str, us: &[AU])

Source from the content-addressed store, hash-verified

4543
4544 use super::super::constant::KConst;
4545 use super::super::env::KEnv;
4546 use super::super::error::TcError;
4547 use super::super::expr::{ExprData, KExpr};
4548 use super::super::id::KId;
4549 use super::super::level::KUniv;
4550 use super::super::mode::Anon;

Callers 15

build_minor_at_depthMethod · 0.70
build_rec_typeMethod · 0.70
build_rule_ihMethod · 0.70
bool_envFunction · 0.70
nat_envFunction · 0.70
nat_rec_rulesFunction · 0.70
list_envFunction · 0.70
nested_tree_envFunction · 0.70

Calls 1

mk_idFunction · 0.70