diff tests/stuff.lac @ 7:2ce5bf227d01

Add type keyword
author Adam Chlipala <adamc@hcoop.net>
date Sat, 26 Jan 2008 16:51:39 -0500
parents 38bf996e1c2e
children a455a9f85cc3
line wrap: on
line diff
--- a/tests/stuff.lac	Sat Jan 26 16:44:39 2008 -0500
+++ b/tests/stuff.lac	Sat Jan 26 16:51:39 2008 -0500
@@ -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