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.
putDumpFileMaybe :: Logger -> DumpFlag -> String -> DumpFormat -> SDoc -> IO ()ghc GHC.Utils.Logger Dump if the given DumpFlag is set
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
-
ghc GHC.Utils.Misc No documentation available.
mapMaybe' :: Foldable f => (a -> Maybe b) -> f a -> [b]ghc GHC.Utils.Misc No documentation available.
mapMaybeM :: Applicative m => (a -> m (Maybe b)) -> [a] -> m [b]ghc GHC.Utils.Monad Applicative version of mapMaybe
bndrIsJoin_maybe :: OutputableBndr a => a -> JoinPointHoodghc GHC.Utils.Outputable No documentation available.
assertPprMaybe :: HasCallStack => Maybe SDoc -> a -> aghc GHC.Utils.Panic No documentation available.
annProvenanceName_maybe :: UnXRec p => AnnProvenance p -> Maybe (IdP p)ghc Language.Haskell.Syntax.Decls No documentation available.
qualifiedDoModuleName_maybe :: HsStmtContext fn -> Maybe ModuleNameghc Language.Haskell.Syntax.Expr No documentation available.
isFieldMaybe :: FieldDef -> Boolpersistent Database.Persist.FieldDef Check if the field is `Maybe a`