[project @ 2002-06-09 14:20:06 by panne]
[haskell-directory.git] / GlaExts.hs
1 module GlaExts (module GHC.Exts, Addr(..)) where
2 import GHC.Exts
3
4 data Addr = A# Addr#    deriving (Eq, Ord)