Generate the cata types

This commit is contained in:
Smaug123
2024-02-16 12:50:57 +00:00
parent 1e1176bec5
commit 65d2263a6c
3 changed files with 306 additions and 36 deletions

View File

@@ -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