[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc085.hs
1 --! From a bug report from Satnam.
2 --! To do with re-exporting importees from PreludeGla* modules.
3 module Foo ( PreludePrimIO.., {-PreludeGlaIO..,-} Foo..) where
4
5 --OLD: import PreludeGlaIO
6 import PreludePrimIO
7
8 type FooType = Int
9 data FooData = FooData