[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / rename / Rn017.hi
1 interface Rn017 where
2 import Bar (a, b, Wibble(..))
3 import Burf(Wobble)
4 a :: Int -> Int
5 b :: Int -> Int
6 c :: Int -> Int
7 data Wibble = MkWibble Wobble
8 data Wobble