[project @ 1999-06-11 16:10:18 by simonmar]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read017.hs
1 -- !!! Checking that empty declarations are permitted.
2 module ShouldSucceed where
3
4
5 class Foo a where
6
7 class Foz a
8
9 x = 2 where 
10 y = 3
11
12 instance Foo Int where
13
14 f = f where g = g where
15 type T = Int