Merge GHC.Bool into GHC.Types
[ghc-prim.git] / GHC / Types.hs
2010-10-23 Ian LynaghMerge GHC.Bool into GHC.Types
2010-06-29 Simon Marlowre-instate the documentation for 'Char', which got... Haskell_2010_report_generated
2009-08-11 Ian LynaghAdd a doc header to GHC.Types, and point at GHC.Exts
2009-06-20 Ian LynaghThe IO type has moved to GHC.Types in ghc-prim
2008-09-03 Ian LynaghHelp haddock find ghc-prim's types by explicitly export...
2008-08-06 Ian LynaghMove Int, Float and Double into ghc-prim:GHC.Types
2008-08-06 Ian LynaghAdd some GHC.Generics imports so we can find Inl etc...
2008-08-05 Ian LynaghMove the Char datatype into ghc-prim
2008-08-05 Ian LynaghMove the [] definition from base into ghc-prim:GHC...