diff options
Diffstat (limited to 'example.txt')
-rw-r--r-- | example.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example.txt b/example.txt index b36c823..251aab3 100644 --- a/example.txt +++ b/example.txt @@ -64,3 +64,6 @@ (Cons (CaseAlternative (ConstructorPattern (Cons 'N' (Cons 'i' (Cons 'l' Nil))) Nil) (Ident (Cons 'n' Nil))) (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 + 37) |