[project @ 1997-09-05 14:11:05 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc085.hs
1 --!!! From a bug report from Satnam.
2 --!!! To do with re-exporting importees from PreludeGla* modules.
3 module ShouldSucceed ( module GlaExts ) where
4
5 --OLD: import PreludeGlaIO
6 import GlaExts
7
8 type FooType = Int
9 data FooData = FooData