summaryrefslogtreecommitdiff
path: root/tests/reduce.lac
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reduce.lac')
-rw-r--r--tests/reduce.lac2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/reduce.lac b/tests/reduce.lac
index 9cdc2a1a..f292a294 100644
--- a/tests/reduce.lac
+++ b/tests/reduce.lac
@@ -23,3 +23,5 @@ val grab = fn n :: Name => fn t ::: Type => fn fs ::: {Type} =>
fn x : $([n = t] ++ fs) => x.n
val test_grab1 = grab[#A] {A = 6, B = "13"}
val test_grab2 = grab[#B] {A = 6, B = "13"}
+
+val main = {A = test_grab1, B = test_grab2}