36fd8fdffe56f54cfd35a1f5f750d74c8905abe3
[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