diff options
Diffstat (limited to 'example.txt')
-rw-r--r-- | example.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/example.txt b/example.txt index 251aab3..38041f0 100644 --- a/example.txt +++ b/example.txt @@ -65,5 +65,7 @@ (Cons (CaseAlternative (ConstructorPattern (Cons 'C' (Cons 'o' (Cons 'n' (Cons 's' Nil)))) (Cons Wildcard (Cons (IdentPattern (Cons 'x' (Cons 's' Nil))) Nil)))) Nil))))) -(fun test () : Int +(fun testb () : Int 37) +(fun test () : Int + (testb)) |