aboutsummaryrefslogtreecommitdiff
path: root/example.txt
diff options
context:
space:
mode:
authorCamil Staps2023-01-30 21:56:16 +0100
committerCamil Staps2023-01-30 21:56:16 +0100
commita03283a775bb31d501de35a18ec07b4cc65a9dbe (patch)
tree94cc0a77ebf3045f98fc2e93c6b74dbb9bb9c01f /example.txt
parentAdd documentation (diff)
Add compilation for symbols with arity 0
Diffstat (limited to 'example.txt')
-rw-r--r--example.txt4
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))