f37082bc9fdc480e65921a9d6b30a3903b20dc01
[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 import IOExts
7 import PrelGHC
8
9 type FooType = Int
10 data FooData = FooData