2 lines
124 B
Text
2 lines
124 B
Text
Fixpoint types and recursion schemes. If you define your AST as
|
|
fixpoint type, you get fold and unfold operations for free.
|