[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / rename / rn017.hs
1 module Test ( Test.. , Rn017.. ) where
2
3 import Rn017
4
5 f x = x
6
7 data Foo = MkFoo
8
9 class FOO a where
10     op :: a -> Int
11
12 instance FOO Foo where
13     op x = 42