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

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    ghc-lib-parser GHC.Settings.Utils

    No documentation available.

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

    ghc-lib-parser GHC.Settings.Utils

    No documentation available.

  3. maybeSymCo :: SwapFlag -> TcCoercion -> TcCoercion

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

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

  4. maybeParen :: PprPrec -> PprPrec -> SDoc -> SDoc

    ghc-lib-parser GHC.Types.Basic

    No documentation available.

  5. maybeSingletonCCS :: CostCentreStack -> Maybe CostCentre

    ghc-lib-parser GHC.Types.CostCentre

    No documentation available.

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

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  7. maybeParens :: Bool -> Doc -> Doc

    ghc-lib-parser GHC.Utils.Ppr

    Apply parens to Doc if boolean is true.

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

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

    http-query Network.HTTP.Query

    Maybe create a query key

  10. maybeFieldDefMigrate :: Migration

    persistent-test MaybeFieldDefsTest

    No documentation available.

Page 47 of many | Previous | Next

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