[project @ 1997-05-26 05:37:13 by sof]
[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 ( module GlaExts, module Foo ) where
4
5 --OLD: import PreludeGlaIO
6 import GlaExts
7
8 type FooType = Int
9 data FooData = FooData