X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FTypes.hs;h=f25978c175695d2b1dfd83b8e54e728c728fbb28;hb=bcc9812ad2e5a7ff2e3f0c6aa6cde365e52f4ef0;hp=a611b83e2b542e3d1a7cec1c3a71a00254297afc;hpb=c8ff966d1e0451d07ba12bfd1d7d0e43d032c694;p=ghc-prim.git diff --git a/GHC/Types.hs b/GHC/Types.hs index a611b83..f25978c 100644 --- a/GHC/Types.hs +++ b/GHC/Types.hs @@ -1,7 +1,7 @@ {-# OPTIONS_GHC -XNoImplicitPrelude #-} -module GHC.Types where +module GHC.Types (Char(..), Int(..), Float(..), Double(..)) where import GHC.Prim -- We need Inl etc behind the scenes for the type definitions