Type Definition oftlisp_anf::UserFunction [] [src]

type UserFunction = (Gc<Expr>, GcLinkedList<(Symbol, Gc<Value<Context>>)>);

The type of a user-defined function.