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

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. maybeSingletonCCS :: CostCentreStack -> Maybe CostCentre

    ghc-lib-parser GHC.Types.CostCentre

    No documentation available.

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

    ghc-lib-parser GHC.Types.Id

    No documentation available.

  3. maybeParens :: Bool -> Doc -> Doc

    ghc-lib-parser GHC.Utils.Ppr

    Apply parens to Doc if boolean is true.

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

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

    http-query Network.HTTP.Query

    Maybe create a query key

  6. maybeFieldDefMigrate :: Migration

    persistent-test MaybeFieldDefsTest

    No documentation available.

  7. maybeOwnedPetName :: MaybeOwnedPetGeneric backend -> !Text

    persistent-test PersistentTestModels

    No documentation available.

  8. maybeOwnedPetOwnerId :: MaybeOwnedPetGeneric backend -> !Maybe (Key (PersonGeneric backend))

    persistent-test PersistentTestModels

    No documentation available.

  9. maybeOwnedPetType :: MaybeOwnedPetGeneric backend -> !PetType

    persistent-test PersistentTestModels

    No documentation available.

  10. maybeReader :: (String -> Maybe a) -> ReadM a

    simple-cmd-args SimpleCmdArgs

    Convert a function producing a Maybe into a reader.

Page 48 of many | Previous | Next

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