GHC.Exts

Representations of some basic types

data Int

data Word

data Float

data Double

data Char

data Ptr a

data FunPtr a

The maximum tuple size

maxTupleSize

Primitive operations

shiftL#

shiftRL#

iShiftL#

iShiftRA#

iShiftRL#

uncheckedShiftL64#

uncheckedShiftRL64#

uncheckedIShiftL64#

uncheckedIShiftRA64#

isTrue#

Fusion

build

augment

Overloaded string literals

class IsString a

Debugging

breakpoint

breakpointCond

Ids with special behaviour

lazy

inline

Safe coercions

coerce

class Coercible a b

Transform comprehensions

data Down a

groupWith

sortWith

the

Event logging

traceEvent

SpecConstr annotations

data SpecConstrAnnotation

The call stack

currentCallStack

The Constraint kind

data Constraint

Overloaded lists

class IsList l