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

Method sort

crates/ixon/src/expr.rs:58–60  ·  view source on GitHub ↗
(univ_idx: u64)

Source from the content-addressed store, hash-verified

56/// Expression in the Ixon format.
57///
58/// This is the alpha-invariant representation of Lean expressions.
59/// Names are stripped, binder info is stored in metadata.
60#[derive(Clone, Debug, PartialEq, Eq, Hash)]
61pub enum Expr {
62 /// Sort/Type at a universe level (index into Constant.univs table)
63 Sort(u64),

Callers 5

rs_tmp_decode_const_mapFunction · 0.45
rs_compile_validate_auxFunction · 0.45
describe_rprj_blockFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected