Update examples

This commit is contained in:
Don Stewart
2005-09-03 04:45:14 +00:00
parent 5321754614
commit dff0363224
421 changed files with 19 additions and 9 deletions

12
testsuite/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