Documentation ¶
Overview ¶
Package checker defines functions to type-checked a parsed expression against a set of identifier and function declarations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Check ¶
func Check(parsedExpr *expr.ParsedExpr, env *Env) *checked.CheckedExpr
func FormatCheckedType ¶
FormatCheckedType converts a type message into a string representation.
func StandardDeclarations ¶
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.