mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-30 08:08:59 +00:00
Generate the cata types
This commit is contained in:
@@ -17,7 +17,7 @@ type Expr =
|
||||
| Sequential of Expr list
|
||||
| Builder of Expr * ExprBuilder
|
||||
|
||||
and [<CreateCatamorphism>] ExprBuilder =
|
||||
and ExprBuilder =
|
||||
| Child of ExprBuilder
|
||||
| Parent of Expr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user