Mercurial > urweb
comparison tests/stuff.lac @ 6:38bf996e1c2e
Check for leftover kind unifs
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 26 Jan 2008 16:44:39 -0500 |
parents | 258261a53842 |
children | 2ce5bf227d01 |
comparison
equal
deleted
inserted
replaced
5:258261a53842 | 6:38bf996e1c2e |
---|---|
8 | 8 |
9 con c6 = {A : c1, name : c2} | 9 con c6 = {A : c1, name : c2} |
10 con c7 = [A = c1, name = c2] | 10 con c7 = [A = c1, name = c2] |
11 | 11 |
12 con c8 = fn t :: Type => t | 12 con c8 = fn t :: Type => t |
13 | |
14 con c9 = {} | |
15 con c10 = ([]) :: {Type} |