Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
6:38bf996e1c2e | 7:2ce5bf227d01 |
---|---|
1 con c1 = t :: Type -> t | 1 type c1 = t :: Type -> t |
2 con c2 :: Type = t :: Type -> t | 2 con c2 :: Type = t :: Type -> t |
3 con c3 = fn t :: Type => c1 | 3 con c3 = fn t :: Type => c1 |
4 con c4 = c3 c1 | 4 con c4 = c3 c1 |
5 con c5 = (fn t :: Type => c1) c1 | 5 con c5 = (fn t :: Type => c1) c1 |
6 | 6 |