1 -----------------------------------------------------------------------------
4 -- Copyright : (c) The University of Glasgow 2002
5 -- License : see libraries/base/LICENSE
7 -- Maintainer : cvs-ghc@haskell.org
8 -- Stability : internal
9 -- Portability : non-portable (GHC Extensions)
11 -- GHC Extensions: this is the Approved Way to get at GHC-specific extensions.
13 -----------------------------------------------------------------------------
17 -- * Representations of some basic types
18 Int(..),Word(..),Float(..),Double(..),Integer(..),Char(..),
21 -- * Primitive operations
23 shiftL#, shiftRL#, iShiftL#, iShiftRA#, iShiftRL#,
28 -- * Linear implicit parameter support
32 breakpoint, breakpointCond, Unknown, Unknown2, Unknown3, Unknown4,
34 -- * Ids with special behaviour
48 class Splittable t where