[project @ 1999-06-09 09:35:54 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail070.stderr
1
2 tcfail070.hs:15:
3     Couldn't match `*' against `* -> k'
4         Expected kind: *
5         Inferred kind: * -> k
6     When checking kinds in `[Int] Bool'
7     In the type synonym declaration for `State'
8
9 Compilation had errors
10