Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
addBootSuffixLocn_maybe :: IsBootInterface -> ModLocation -> ModLocationghc GHC.Unit.Module.Location No documentation available.
addBootSuffix_maybe :: IsBootInterface -> FilePath -> FilePathghc GHC.Unit.Module.Location Add the -boot suffix if the Bool argument is True
lazyGetMaybe :: Binary a => BinHandle -> IO (Maybe a)ghc GHC.Utils.Binary Deserialize a value serialized by lazyPutMaybe.
lazyPutMaybe :: Binary a => BinHandle -> Maybe a -> IO ()ghc GHC.Utils.Binary Serialize the constructor strictly but lazily serialize a value inside a Just. This way we can check for the presence of a value without deserializing the value itself.
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.