[project @ 2000-11-03 16:23:37 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn034.hs
1 -- !!! Checking that empty declarations are permitted.
2 module ShouldCompile 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