Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
notHomeInstalledModuleMaybe :: Maybe (GenHomeUnit u) -> InstalledModule -> Boolghc-lib-parser GHC.Unit.Home Test if a module doesn't come from the given home unit
notHomeModuleMaybe :: Maybe HomeUnit -> Module -> Boolghc-lib-parser GHC.Unit.Home Test if a module doesn't come from the given home unit
mapMaybeModuleEnv :: (Module -> a -> Maybe b) -> ModuleEnv a -> ModuleEnv bghc-lib-parser GHC.Unit.Module.Env No documentation available.
addBootSuffixLocn_maybe :: IsBootInterface -> ModLocation -> ModLocationghc-lib-parser GHC.Unit.Module.Location No documentation available.
addBootSuffix_maybe :: IsBootInterface -> OsPath -> OsPathghc-lib-parser GHC.Unit.Module.Location Add the -boot suffix if the Bool argument is True
lazyGetMaybe :: Binary a => ReadBinHandle -> IO (Maybe a)ghc-lib-parser GHC.Utils.Binary Deserialize a value serialized by lazyPutMaybe.
lazyPutMaybe :: Binary a => WriteBinHandle -> Maybe a -> IO ()ghc-lib-parser 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-lib-parser GHC.Utils.Logger Dump if the given DumpFlag is set
putDumpFileMaybe' :: Logger -> NamePprCtx -> DumpFlag -> String -> DumpFormat -> SDoc -> IO ()ghc-lib-parser GHC.Utils.Logger Dump if the given DumpFlag is set Unlike putDumpFileMaybe, has a NamePprCtx argument
-
ghc-lib-parser GHC.Utils.Misc No documentation available.