diff options
author | Camil Staps | 2023-01-30 21:56:16 +0100 |
---|---|---|
committer | Camil Staps | 2023-01-30 21:56:16 +0100 |
commit | a03283a775bb31d501de35a18ec07b4cc65a9dbe (patch) | |
tree | 94cc0a77ebf3045f98fc2e93c6b74dbb9bb9c01f /example.txt | |
parent | Add documentation (diff) |
Add compilation for symbols with arity 0
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)) |