[project @ 2001-08-22 11:45:06 by sewardj]
[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