ghc-7.0.3: The GHC API
FastBool
type FastBool = Int#Source
fastBool :: Bool -> FastBoolSource
isFastTrue :: FastBool -> BoolSource
fastOr :: FastBool -> FastBool -> FastBoolSource
fastAnd :: FastBool -> FastBool -> FastBoolSource