Import hs-plugins cvs

This commit is contained in:
Don Stewart
2005-04-24 08:51:33 +00:00
commit 887fa59389
494 changed files with 23721 additions and 0 deletions

12
examples/hier/hier4/C.hs Normal file
View File

@ -0,0 +1,12 @@
-- 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