Module engine
Source - cc
- Calling Conventions
- Calc
- An s-expression that can calculate a runtime value, given the provided
Quotes
. - CalcImpl
- CalcList
- Call
- A callable lisp value.
- CallImpl
- A hack to work around a long-standing bug in the type system, where
associated types aren’t considered appropriately distinct
- Eval
- An s-expression that is well-formed lisp code
- EvalList
- A list where every item is individually evaluable
- FunCalc
- FunCall
- A function whose arguments are pre-evaluated
- SynCalc
- SynCall
- A function that takes raw syntax as an argument
- calc