[project @ 2002-06-14 08:17:08 by simonpj]
[ghc-base.git] / GlaExts.hs
1 module GlaExts (module GHC.Exts, Addr(..)) where
2 import GHC.Exts
3
4 data Addr = A# Addr#    deriving (Eq, Ord)