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