TypeId

Type Alias TypeId 

Source
pub type TypeId = Term<Ident, LitType, OptCons<Ident>>;

Aliased Type§

pub enum TypeId {
    Var(Ident),
    Lit(LitType),
    Cons(OptCons<Ident>, Vec<Term<Ident, LitType, OptCons<Ident>>>),
}

Variants§