[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc085.hs
1 {-# OPTIONS -fglasgow-exts #-}
2 -- !!! From a bug report from Satnam.
3 -- !!! To do with re-exporting importees from PreludeGla* modules.
4 module ShouldSucceed ( module IOExts, module PrelGHC ) where
5
6 --OLD:   import GlaExts
7 --OLDER: import PreludeGlaIO
8 import IOExts
9 import PrelGHC
10
11 type FooType = Int
12 data FooData = FooData