From 8e00142b18d06dfb93f3ee34aa7d28b7618b5393 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 14 Dec 2014 17:24:51 -0400 Subject: Added module imports. --- another.lang | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 another.lang (limited to 'another.lang') diff --git a/another.lang b/another.lang new file mode 100644 index 000000000..9ff9f8885 --- /dev/null +++ b/another.lang @@ -0,0 +1,9 @@ + +## (ann id #type (All [x] (-> [x] x))) +(def (id x) + x) + +#( (def (id x) + (let return "RETURN" + return)) + )# -- cgit v1.2.3