f5a4264c0477317c4b13d826af60151bd227f016
[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