love when writing d instead of d-1 causes hours of stress

This commit is contained in:
crumbtoo
2024-02-13 09:28:36 -07:00
parent 514abe802b
commit 8283826846
9 changed files with 88077 additions and 16 deletions

10
examples/rlp/Help.rl Normal file
View File

@@ -0,0 +1,10 @@
id x = x
thing = Identity 3
data Identity a = Identity a
main = case thing of
Identity x -> let y = x
in y

View File

@@ -36,5 +36,5 @@ id x = x
main = case list of
Nil -> Nil
Cons a as -> let lesser = filter (lt a) as
in print# lesser
in lesser