aboutsummaryrefslogtreecommitdiff
path: root/another.lang
diff options
context:
space:
mode:
authorEduardo Julian2014-12-14 17:24:51 -0400
committerEduardo Julian2014-12-14 17:24:51 -0400
commit8e00142b18d06dfb93f3ee34aa7d28b7618b5393 (patch)
tree2d8c1d61175a1918517dc56d3aad75dd4f3a1bbc /another.lang
parenta2faef20e0646a74dca82a0508a9892a8acc32f0 (diff)
Added module imports.
Diffstat (limited to 'another.lang')
-rw-r--r--another.lang9
1 files changed, 9 insertions, 0 deletions
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))
+ )#