lhc-0.10: lib/ghc-prim/GHC/IntWord32.hs
{-# OPTIONS_GHC -XNoImplicitPrelude #-}
{-# OPTIONS_HADDOCK hide #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.IntWord32
-- Copyright : (c) The University of Glasgow, 1997-2008
-- License : see libraries/ghc-prim/LICENSE
--
-- Maintainer : cvs-ghc@haskell.org
-- Stability : internal
-- Portability : non-portable (GHC Extensions)
--
-- Primitive operations on Int32# and Word32# on platforms where
-- WORD_SIZE_IN_BITS < 32.
--
-----------------------------------------------------------------------------
-- #hide
module GHC.IntWord32 (
) where