2005-04-24 08:51:33 +00:00

13 lines
208 B
Haskell

-- try to construct an orphan module == an instance decl-only module,
-- that uses classes and types not defined in this module
module C (C) where
import D
instance C a => D (T a) where
class C a where