1a3c2d0569b25560642434ecb75a9405bac4c449
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn017.hs
1 --!! Rexporting
2 module Test ( module Test , module Rn017 ) where
3
4 import Rn017
5
6 f x = x
7
8 data Foo = MkFoo
9
10 class FOO a where
11     op :: a -> Int
12
13 instance FOO Foo where
14     op x = 42