• 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. assertBool :: (HasCallStack, MonadIO m) => String -> Bool -> m ()

    ImpSpec Test.ImpSpec.Expectations.Lifted

    Lifted version of assertBool

  2. data MyBool

    LPFP LPFP.SimpleVec

    No documentation available.

  3. type CanSelectBool k = (CanSelect k, SelectType k ~ Bool)

    aern2-real AERN2.Real

    No documentation available.

  4. type CanSelectCNBool k = (CanSelect k, SelectType k ~ CN Bool)

    aern2-real AERN2.Real

    No documentation available.

  5. TyBool :: JSONType

    aeson-better-errors Data.Aeson.BetterErrors

    No documentation available.

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

    aeson-better-errors Data.Aeson.BetterErrors

    Parse a single JSON boolean as a Bool.

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

    No documentation available.

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

    aeson-better-errors Data.Aeson.BetterErrors

    No documentation available.

  9. TyBool :: JSONType

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

    No documentation available.

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

Page 145 of many | Previous | Next

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