Module fetish_lib::term_reference[][src]

Enums

TermReference

A reference to an arbitrary term, which may belong to a function Type or a vector Type. Vectors are stored inline here, whereas functions are stored as TermPointers to the relevant crate::term::PartiallyAppliedTerms in an InterpreterState.