• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. withBool :: forall (m :: Type -> Type) err a . (Functor m, Monad m) => (Bool -> Either err a) -> ParseT err m a

    aeson-better-errors Data.Aeson.BetterErrors.Internal

    No documentation available.

  2. withBoolM :: (Functor m, Monad m) => (Bool -> m (Either err a)) -> ParseT err m a

    aeson-better-errors Data.Aeson.BetterErrors.Internal

    No documentation available.

  3. LitBool :: Bool -> Literal

    aeson-jsonpath Data.Aeson.JSONPath.Types

    No documentation available.

  4. class Eval2Bool a

    aftovolio Aftovolio.General.Syllables

    No documentation available.

  5. eval2Bool :: Eval2Bool a => a -> Bool

    aftovolio Aftovolio.General.Syllables

    No documentation available.

  6. creaBoolTimer :: Integer -> Timed Bool

    ansi-terminal-game Terminal.Game

    Shorthand for: creaTimer False True i.

  7. creaBoolTimerLoop :: Integer -> Timed Bool

    ansi-terminal-game Terminal.Game

    Shorthand for: creaTimerLoop False True i.

  8. ExprLitBool :: Bool -> Expression

    autodocodec-nix Autodocodec.Nix

    No documentation available.

  9. ExprLitBool :: Bool -> Expression

    autodocodec-nix Autodocodec.Nix.Expression

    No documentation available.

  10. awsBool :: Bool -> ByteString

    aws Aws.Core

    A "true"/"false" boolean as requested by some services.

Page 146 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete