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

Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

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

    aeson-better-errors Data.Aeson.BetterErrors

    No documentation available.

  2. TyBool :: JSONType

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

    No documentation available.

  3. asBool :: forall (m :: Type -> Type) err . (Functor m, Monad m) => ParseT err m Bool

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

    Parse a single JSON boolean as a Bool.

  4. 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.

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

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

    No documentation available.

  6. LitBool :: Bool -> Literal

    aeson-jsonpath Data.Aeson.JSONPath.Types

    No documentation available.

  7. class Eval2Bool a

    aftovolio Aftovolio.General.Syllables

    No documentation available.

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

    aftovolio Aftovolio.General.Syllables

    No documentation available.

  9. creaBoolTimer :: Integer -> Timed Bool

    ansi-terminal-game Terminal.Game

    Shorthand for: creaTimer False True i.

  10. creaBoolTimerLoop :: Integer -> Timed Bool

    ansi-terminal-game Terminal.Game

    Shorthand for: creaTimerLoop False True i.

Page 149 of many | Previous | Next

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