• 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. maybeUB :: b -> (a -> b) -> MaybeUB a -> b

    ghc-lib-parser GHC.Data.Unboxed

    No documentation available.

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

    ghc-lib-parser GHC.Settings.Utils

    No documentation available.

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

    ghc-lib-parser GHC.Settings.Utils

    No documentation available.

  4. maybeSymCo :: SwapFlag -> TcCoercion -> TcCoercion

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

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

  5. maybeParen :: PprPrec -> PprPrec -> SDoc -> SDoc

    ghc-lib-parser GHC.Types.Basic

    No documentation available.

  6. maybeSingletonCCS :: CostCentreStack -> Maybe CostCentre

    ghc-lib-parser GHC.Types.CostCentre

    No documentation available.

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

    ghc-lib-parser GHC.Types.Id

    No documentation available.

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

    ghc-lib-parser GHC.Utils.Ppr

    Apply parens to Doc if boolean is true.

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

  10. maybeKey :: String -> Maybe String -> Query

    http-query Network.HTTP.Query

    Maybe create a query key

Page 32 of many | Previous | Next

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