Module term

Module term 

Source
Expand description

Core term representation for dependent type theory

Terms are hash-consed and stored in an arena for efficient equality checking and memory management.

Structs§

Binder
Binder information for lambda and Pi types
MetaVarId
Metavariable ID
Term
Wrapper around TermKind with additional metadata
TermId
Interned term ID for hash-consing

Enums§

BinderInfo
Binder information flags
Literal
Literal values
TermKind
Core term representation