Module rust_lisp::model[][src]

Structs

An environment of symbol bindings. Used for the base environment, for closures, for let statements, for function arguments, etc.

A Lisp function defined in Lisp.

Enums

Value encompasses all possible Lisp values, including atoms, lists, and others.