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

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. maybeC :: forall (m :: Type -> Type) i o a . Monad m => ConduitT i o m (Maybe a) -> ConduitT i o (MaybeT m) a

    conduit Data.Conduit.Lift

    Wrap the base monad in MaybeT Since 1.0.11

  2. maybeNew :: MonadIO m => (a -> m (Ptr b)) -> Maybe a -> m (Ptr b)

    unliftio UnliftIO.Foreign

    Lifted maybeNew.

  3. maybePeek :: MonadUnliftIO m => (Ptr a -> m b) -> Ptr a -> m (Maybe b)

    unliftio UnliftIO.Foreign

    Unlifted maybePeek.

  4. maybeWith :: MonadIO m => (a -> (Ptr b -> m c) -> m c) -> Maybe a -> (Ptr b -> m c) -> m c

    unliftio UnliftIO.Foreign

    Lifted maybeWith.

  5. maybeBraces :: Bool -> Doc a -> Doc a

    pretty Text.PrettyPrint.Annotated.HughesPJ

    Apply braces to Doc if boolean is true.

  6. maybeBrackets :: Bool -> Doc a -> Doc a

    pretty Text.PrettyPrint.Annotated.HughesPJ

    Apply brackets to Doc if boolean is true.

  7. maybeDoubleQuotes :: Bool -> Doc a -> Doc a

    pretty Text.PrettyPrint.Annotated.HughesPJ

    Apply doubleQuotes to Doc if boolean is true.

  8. maybeParens :: Bool -> Doc a -> Doc a

    pretty Text.PrettyPrint.Annotated.HughesPJ

    Apply parens to Doc if boolean is true.

  9. maybeQuotes :: Bool -> Doc a -> Doc a

    pretty Text.PrettyPrint.Annotated.HughesPJ

    Apply quotes to Doc if boolean is true.

  10. maybeBraces :: Bool -> Doc -> Doc

    pretty Text.PrettyPrint.HughesPJ

    Apply braces to Doc if boolean is true.

Page 15 of many | Previous | Next

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