Skip to main content

register_all

Function register_all 

Source
pub fn register_all()
Expand description

Register every domain owned by this crate with the global Lisp dispatcher. Call once per binary, typically near the top of main. After this call, tatara_lisp::domain::lookup("defpoint") and lookup("defephemeral") both resolve to the right typed compiler.

Idempotent — registering the same type twice is a no-op.