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