aboutsummaryrefslogtreecommitdiff
path: root/tests/inc.mal
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-03-24 16:32:24 -0500
committerJoel Martin <github@martintribe.org>2014-03-24 16:32:24 -0500
commit3169070063b2cb877200117ebb384269d73bcb93 (patch)
tree23de3db1ea5c37afd21a45b6ed7771f56a08c0c4 /tests/inc.mal
downloadmal-3169070063b2cb877200117ebb384269d73bcb93.tar.gz
mal-3169070063b2cb877200117ebb384269d73bcb93.zip
Current state of mal for Clojure West lighting talk.
Diffstat (limited to 'tests/inc.mal')
-rw-r--r--tests/inc.mal4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/inc.mal b/tests/inc.mal
new file mode 100644
index 0000000..39ebc55
--- /dev/null
+++ b/tests/inc.mal
@@ -0,0 +1,4 @@
+(def! inc1 (fn* (a) (+ 1 a)))
+(def! inc2 (fn* (a) (+ 2 a)))
+(def! inc3 (fn* (a)
+ (+ 3 a)))