Skip to main content

Module error

Module error 

Source

Structs§

CallFrame
A single frame in a call stack trace.
Span
StackTrace
A captured stack trace (list of call frames, innermost first).

Enums§

SemaError

Functions§

suggest_similar
Find the most similar name from a list of candidates. Returns None if no candidate is close enough.
veteran_hint
Provide targeted hints for common names from other Lisp dialects. Checked before fuzzy matching to give more helpful, specific guidance.

Type Aliases§

SpanMap
Maps Rc pointer addresses to source spans for expression tracking.