glisp / check
check
Functions
check()
check(
ast,env): readonlyDiagnostic[]
Defined in: check.ts:40
Check ast for type errors against env. Returns all diagnostics produced by recursive traversal. Never throws.
Parameters
| Parameter | Type |
|---|---|
ast | AST |
env | Env |
Returns
readonly Diagnostic[]