love when writing d instead of d-1 causes hours of stress
This commit is contained in:
10
examples/rlp/Help.rl
Normal file
10
examples/rlp/Help.rl
Normal 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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user