basics-0.2.0.0: Modules for primitive types
Safe HaskellSafe-Inferred
LanguageHaskell2010

Basics.BitBool

Documentation

type T = Bool Source #

type T# = Int# Source #

type R = 'IntRep Source #

lift :: T# -> T Source #

read# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, T# #) Source #