Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. bool :: Encoder Bool

    aeson-combinators Data.Aeson.Combinators.Encode

    Encode JSON booleans to Haskell Bool

  2. bool :: Bool -> Doc a

    annotated-wl-pprint Text.PrettyPrint.Annotated.Leijen

    The document (bool b) is text True when b is true, and text False otherwise.

  3. bool :: ToBool bool => a -> a -> bool -> a

    cond Control.Conditional

    A catamorphism (aka fold) for booleans. This is analogous to foldr, maybe, and either. The first argument is the false case, the second argument is the true case, and the last argument is the predicate value.

  4. bool :: Memo Bool

    data-memocombinators Data.MemoCombinators

    No documentation available.

  5. bool :: Parser m => m Bool

    ede Text.EDE.Internal.Parser

    No documentation available.

  6. bool :: Boolean b => Bool -> b

    ersatz Ersatz.Bit

    Lift a Bool

  7. bool :: Bool -> Gen Bool

    falsify Test.Falsify.Generator

    Generate random bool, shrink towards the given value Chooses with equal probability between True and False.

  8. bool :: Bool -> Doc

    mainland-pretty Text.PrettyPrint.Mainland

    The document bool b is equivalent to text (show b).

  9. bool :: Bool -> Exp Bool

    nsis Development.NSIS

    Lift a Bool into an Exp

  10. bool :: Bool -> Doc

    prettyprinter-compat-ansi-wl-pprint Text.PrettyPrint.ANSI.Leijen

    No documentation available.

Page 16 of many | Previous | Next