We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HERMIT has state. Here is a break down of what we have.
We have a map of ModGuts AST's.
ASTs : AST -> ModGuts
were AST is an Int label.
Properties
ScopedASTs : ScopedAST -> ModGuts x Path x [Path]
Commands changes things. We record this using a list.
Commands : [ ScopedASTs x Command x ScopedASTs ]