Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. nilBool :: Expr

    code-conjure Conjure.Expr

    The empty list '[]' encoded as an Expr.

  2. nothingBool :: Expr

    code-conjure Conjure.Expr

    Nothing bound to the Maybe Bool type encoded as an Expr.

  3. data Erlang'is_boolean

    codec-beam Codec.Beam.Bifs

    No documentation available.

  4. Erlang'is_boolean :: Erlang'is_boolean

    codec-beam Codec.Beam.Bifs

    No documentation available.

  5. is_boolean :: IsSource a2 => Label -> a2 -> Op

    codec-beam Codec.Beam.Instructions

    Test the type of source and jump to label if it is not a boolean.

  6. class ToBool bool

    cond Control.Conditional

    Conversion of values to Bool. Instances of ToBool that are also Boolean should obey the following laws:

    p || q = if toBool p then true else q
    
    p && q = if toBool p then q else false
    

  7. toBool :: ToBool bool => bool -> Bool

    cond Control.Conditional

    No documentation available.

  8. fromBool :: Boolean b => Bool -> b

    cond Data.Algebra.Boolean

    Injection from Bool into a boolean algebra.

  9. validateBool :: MonadError Text m => Text -> Bool -> Bool -> m ()

    configuration-tools Configuration.Utils.Validation

    No documentation available.

  10. confStyleBoolStyle :: ConfStyle -> BoolStyle

    configurator-export Data.Configurator.Export

    Style of displaying Bools as boolean literals.

Page 154 of many | Previous | Next