A Free monad, which represents a list of tokens of your domain-specific-language (DSL).
Free
F can be any kind and not required a Functor instance, but it may be needed when to interpret by functions such as runFree.
F
Functor
runFree
Generated using TypeDoc
A
Free
monad, which represents a list of tokens of your domain-specific-language (DSL).F
can be any kind and not required aFunctor
instance, but it may be needed when to interpret by functions such asrunFree
.