summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-03-28 15:20:46 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-03-28 15:20:46 -0400
commita6d534b172ccb8eadc24e0e903b196085869800e (patch)
treeb957400f411e356a7312e1180dd606696f8490fe /tests
parent8c7878bfb0622f9aa99b404e3793c5aa17443966 (diff)
Simple elaboration working
Diffstat (limited to 'tests')
-rw-r--r--tests/stuff.lac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stuff.lac b/tests/stuff.lac
index db29d5db..8348f5a1 100644
--- a/tests/stuff.lac
+++ b/tests/stuff.lac
@@ -15,4 +15,4 @@ con c9 = {}
con c10 = ([]) :: {Type}
val v1 = fn t :: Type => fn x : t => x
-val v2 = v1 [c1] (fn y => y)
+val v2 = v1 [t :: Type -> t -> t] v1