[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc107.hs
1 -- !!! Kind checking in a recursive situation
2 -- Exposes a bug in proto-4.09 (black hole)
3
4 module ShouldCompile where
5
6 data ChItem = ChItemX Stream
7 type Stream = ChItem 
8