Merge closures mostly done. Desugaring cases is a problem.

This commit is contained in:
Martin Fredin 2023-05-06 23:38:56 +02:00
commit 019ed0d45a
29 changed files with 1484 additions and 757 deletions

View file

@ -15,4 +15,4 @@ revRange x = case x of
sum xs = case xs of
Cons x ys => x + sum ys
Nil => 0
Nil => 0