75211bc584352f632e98e55ffed9c461411eb047
[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