aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/stuff.lac
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-01-26 16:51:39 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-01-26 16:51:39 -0500
commit554a00c1e5a61d1a2a2767eb091777fbc2a7b811 (patch)
tree81376d4bac8a1ba684cd5911ed44b86309b87d3b /tests/stuff.lac
parent53109d697cd8ff1aa7e4b8c41f3bd71dd2671fc0 (diff)
Add type keyword
Diffstat (limited to 'tests/stuff.lac')
-rw-r--r--tests/stuff.lac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stuff.lac b/tests/stuff.lac
index fe692eec..d58c1573 100644
--- a/tests/stuff.lac
+++ b/tests/stuff.lac
@@ -1,4 +1,4 @@
-con c1 = t :: Type -> t
+type c1 = t :: Type -> t
con c2 :: Type = t :: Type -> t
con c3 = fn t :: Type => c1
con c4 = c3 c1