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.

  1. notHomeInstalledModuleMaybe :: Maybe (GenHomeUnit u) -> InstalledModule -> Bool

    ghc-lib-parser GHC.Unit.Home

    Test if a module doesn't come from the given home unit

  2. notHomeModuleMaybe :: Maybe HomeUnit -> Module -> Bool

    ghc-lib-parser GHC.Unit.Home

    Test if a module doesn't come from the given home unit

  3. mapMaybeModuleEnv :: (Module -> a -> Maybe b) -> ModuleEnv a -> ModuleEnv b

    ghc-lib-parser GHC.Unit.Module.Env

    No documentation available.

  4. addBootSuffixLocn_maybe :: IsBootInterface -> ModLocation -> ModLocation

    ghc-lib-parser GHC.Unit.Module.Location

    No documentation available.

  5. addBootSuffix_maybe :: IsBootInterface -> OsPath -> OsPath

    ghc-lib-parser GHC.Unit.Module.Location

    Add the -boot suffix if the Bool argument is True

  6. lazyGetMaybe :: Binary a => ReadBinHandle -> IO (Maybe a)

    ghc-lib-parser GHC.Utils.Binary

    Deserialize a value serialized by lazyPutMaybe.

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

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

    ghc-lib-parser GHC.Utils.Logger

    Dump if the given DumpFlag is set

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

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

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

Page 213 of many | Previous | Next