Bool
base Prelude Data.Bool GHC.Base GHC.Exts,
ghc-prim GHC.Types,
hedgehog Hedgehog.Internal.Prelude,
ghc GHC.Prelude.Basic,
protolude Protolude Protolude Protolude.Base,
relude Relude.Bool.Reexport,
rio RIO.Prelude.Types,
base-prelude BasePrelude BasePrelude.DataTypes,
classy-prelude ClassyPrelude,
numeric-prelude NumericPrelude NumericPrelude.Base,
Cabal-syntax Distribution.Compat.Prelude,
basic-prelude CorePrelude,
universum Universum.Base,
basement Basement.Compat.Base Basement.Imports,
foundation Foundation,
ghc-lib-parser GHC.Prelude.Basic,
ghc-internal GHC.Internal.Base GHC.Internal.Data.Bool GHC.Internal.Exts,
prelude-compat Prelude2010 The
Bool type and related functions.
Basic operations on type-level Booleans.
Convenient commonly used and very helpful functions to work with
Bool and also with monads.
A Boolean. Represented in a configuration file as on or
off, true or false (case sensitive).
TextShow instance for
Bool.
Since: 2
Booleans.
Note that the operations from this module conflict with
Data.Type.Bool.
Can be an alternative to the enumset package.
Convenient commonly used and very helpful functions to work with
Bool and also with monads.
Boolean value:
bool1 = true
bool2 = false
The
Bool type and related functions.
Basic operations on type-level Booleans.