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

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. RtnBool :: DealStatType

    Hastructure Types

    No documentation available.

  2. assertBool :: HasCallStack => String -> Bool -> Assertion

    ImpSpec Test.ImpSpec.Expectations

    Asserts that the specified condition holds.

  3. assertBool :: (HasCallStack, MonadIO m) => String -> Bool -> m ()

    ImpSpec Test.ImpSpec.Expectations.Lifted

    Lifted version of assertBool

  4. data MyBool

    LPFP LPFP.SimpleVec

    No documentation available.

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

    aern2-real AERN2.Real

    No documentation available.

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

    aern2-real AERN2.Real

    No documentation available.

  7. TyBool :: JSONType

    aeson-better-errors Data.Aeson.BetterErrors

    No documentation available.

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

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

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

    aeson-better-errors Data.Aeson.BetterErrors

    No documentation available.

Page 149 of many | Previous | Next

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