[project @ 2002-06-06 16:03:16 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)