Structsยง
- Full
Resolver ๐ - Implicit
Param ๐Inferer - Before the main sort inference, we do a first traversal checking all implicitly scoped parameters
declared with
@
or#
and infer their sort based on the type they are indexing, e.g., ifn
was declared asi32[@n]
, we inferint
forn
. - Infer
Ctxt ๐ - NodeMap ๐
- Map to associate data to a node (i.e., an expression).
- Opportunistic
Resolver ๐ - Shallow
Resolver ๐
Functionsยง
Type Aliasesยง
- Result ๐