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

Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. maybeParen :: PprPrec -> PprPrec -> SDoc -> SDoc

    ghc-lib-parser GHC.Core.TyCo.Ppr

    No documentation available.

  2. maybeUB :: b -> (a -> b) -> MaybeUB a -> b

    ghc-lib-parser GHC.Data.Unboxed

    No documentation available.

  3. maybeRead :: Read a => String -> Maybe a

    ghc-lib-parser GHC.Settings.Utils

    No documentation available.

  4. maybeReadFuzzy :: Read a => String -> Maybe a

    ghc-lib-parser GHC.Settings.Utils

    No documentation available.

  5. maybeSymCo :: SwapFlag -> TcCoercion -> TcCoercion

    ghc-lib-parser GHC.Tc.Types.Evidence

    If a SwapFlag is IsSwapped, flip the orientation of a coercion

  6. maybeParen :: PprPrec -> PprPrec -> SDoc -> SDoc

    ghc-lib-parser GHC.Types.Basic

    No documentation available.

  7. maybeSingletonCCS :: CostCentreStack -> Maybe CostCentre

    ghc-lib-parser GHC.Types.CostCentre

    No documentation available.

  8. maybeModifyIdInfo :: Maybe IdInfo -> Id -> Id

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  9. maybeParens :: Bool -> Doc -> Doc

    ghc-lib-parser GHC.Utils.Ppr

    Apply parens to Doc if boolean is true.

  10. maybePeekUTFString :: GlibString s => CString -> IO (Maybe s)

    glib System.Glib.UTFString

    Like maybePeek peekCString but using the UTF-8 encoding to retrieve UTF-8 from a CString which may be the nullPtr.

Page 32 of many | Previous | Next

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