• 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. maybeWith :: MonadIO m => (a -> (Ptr b -> m c) -> m c) -> Maybe a -> (Ptr b -> m c) -> m c

    unliftio UnliftIO.Foreign

    Lifted maybeWith.

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

    pretty Text.PrettyPrint.Annotated.HughesPJ

    Apply braces to Doc if boolean is true.

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

    pretty Text.PrettyPrint.Annotated.HughesPJ

    Apply brackets to Doc if boolean is true.

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

    pretty Text.PrettyPrint.Annotated.HughesPJ

    Apply doubleQuotes to Doc if boolean is true.

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

    pretty Text.PrettyPrint.Annotated.HughesPJ

    Apply parens to Doc if boolean is true.

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

    pretty Text.PrettyPrint.Annotated.HughesPJ

    Apply quotes to Doc if boolean is true.

  7. maybeBraces :: Bool -> Doc -> Doc

    pretty Text.PrettyPrint.HughesPJ

    Apply braces to Doc if boolean is true.

  8. maybeBrackets :: Bool -> Doc -> Doc

    pretty Text.PrettyPrint.HughesPJ

    Apply brackets to Doc if boolean is true.

  9. maybeDoubleQuotes :: Bool -> Doc -> Doc

    pretty Text.PrettyPrint.HughesPJ

    Apply doubleQuotes to Doc if boolean is true.

  10. maybeParens :: Bool -> Doc -> Doc

    pretty Text.PrettyPrint.HughesPJ

    Apply parens to Doc if boolean is true.

Page 30 of many | Previous | Next

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