[project @ 1998-02-05 12:23:33 by simonm]
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn024.hs
1 --!! This is fine in Haskell 1.4
2 --
3 module Foo ( Baz(..) ) where 
4
5 class Baz a where
6     opx :: Int -> Bar -> a -> a
7
8 data Bar = Bar X
9 data X = Y