aboutsummaryrefslogtreecommitdiffstats
path: root/test/poly.tpr
diff options
context:
space:
mode:
Diffstat (limited to 'test/poly.tpr')
-rw-r--r--test/poly.tpr6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/poly.tpr b/test/poly.tpr
deleted file mode 100644
index 33922e3..0000000
--- a/test/poly.tpr
+++ /dev/null
@@ -1,6 +0,0 @@
-(def eq (fn (x y) (= x y)))
-
-(eq 1 2)
-(eq 1 1)
-(eq 10.0 20.0)
-(eq 10.0 10.0)