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

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. putDumpFileMaybe :: Logger -> DumpFlag -> String -> DumpFormat -> SDoc -> IO ()

    ghc GHC.Utils.Logger

    Dump if the given DumpFlag is set

  2. putDumpFileMaybe' :: Logger -> NamePprCtx -> DumpFlag -> String -> DumpFormat -> SDoc -> IO ()

    ghc GHC.Utils.Logger

    Dump if the given DumpFlag is set Unlike putDumpFileMaybe, has a NamePprCtx argument

  3. lastMaybe :: [a] -> Maybe a

    ghc GHC.Utils.Misc

    No documentation available.

  4. mapMaybe' :: Foldable f => (a -> Maybe b) -> f a -> [b]

    ghc GHC.Utils.Misc

    No documentation available.

  5. mapMaybeM :: Applicative m => (a -> m (Maybe b)) -> [a] -> m [b]

    ghc GHC.Utils.Monad

    Applicative version of mapMaybe

  6. bndrIsJoin_maybe :: OutputableBndr a => a -> JoinPointHood

    ghc GHC.Utils.Outputable

    No documentation available.

  7. assertPprMaybe :: HasCallStack => Maybe SDoc -> a -> a

    ghc GHC.Utils.Panic

    No documentation available.

  8. annProvenanceName_maybe :: UnXRec p => AnnProvenance p -> Maybe (IdP p)

    ghc Language.Haskell.Syntax.Decls

    No documentation available.

  9. qualifiedDoModuleName_maybe :: HsStmtContext fn -> Maybe ModuleName

    ghc Language.Haskell.Syntax.Expr

    No documentation available.

  10. isFieldMaybe :: FieldDef -> Bool

    persistent Database.Persist.FieldDef

    Check if the field is `Maybe a`

Page 151 of many | Previous | Next

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