X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FExts.hs;h=4b014f1c096436300f3f63b1b5d995ecddc7a04e;hb=d644424fc0c7927947150e254bce09ae5302c485;hp=fcc8a4af2e3af06d15794f964f970313fc93fa74;hpb=54a942ee6d213f08e81837c742bc094b74153f41;p=haskell-directory.git diff --git a/GHC/Exts.hs b/GHC/Exts.hs index fcc8a4a..4b014f1 100644 --- a/GHC/Exts.hs +++ b/GHC/Exts.hs @@ -16,6 +16,7 @@ module GHC.Exts ( -- * Representations of some basic types Int(..),Word(..),Float(..),Double(..),Integer(..),Char(..), + Ptr(..), FunPtr(..), -- * Primitive operations module GHC.Prim, @@ -36,6 +37,7 @@ import GHC.Base import GHC.Word import GHC.Num import GHC.Float +import GHC.Ptr class Splittable t where split :: t -> (t,t)