summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc107.hs
blob: 75211bc584352f632e98e55ffed9c461411eb047 (plain)
1
2
3
4
5
6
7
8
-- !!! Kind checking in a recursive situation
-- Exposes a bug in proto-4.09 (black hole)

module ShouldCompile where

data ChItem = ChItemX Stream
type Stream = ChItem