summaryrefslogtreecommitdiff
path: root/tests/reduce.lac
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-06-08 17:15:09 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-06-08 17:15:09 -0400
commitbc3d86e857b3b5884aba5b61d7bedb40e76e6616 (patch)
tree11a3ee7fb0a09f4b89b8ee195cc96b50850df233 /tests/reduce.lac
parentd52cd67621a27bbd27888c170c843fafb552658c (diff)
Tree-shaking
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}