summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T2412.hs
blob: 509546aa5f16dd9fcfbe92301686dd7cdd112760 (plain)
1
2
3
4
5
6
7

module T2412 ( Baz ) where

import T2412A ( Bar )

type Spqr = Bar
data Baz = Baz Spqr