From a03283a775bb31d501de35a18ec07b4cc65a9dbe Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 30 Jan 2023 21:56:16 +0100 Subject: Add compilation for symbols with arity 0 --- example.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'example.txt') 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)) -- cgit v1.2.3