Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. findObjectLinkableMaybe :: Module -> ModLocation -> IO (Maybe Linkable)

    ghc GHC.Unit.Finder

    No documentation available.

  2. homeUnitInstanceOfMaybe :: GenHomeUnit u -> Maybe u

    ghc GHC.Unit.Home

    Return the unit id of the unit that is instantiated by the home unit. E.g. if home unit = q[A=p:B,...] we return (Just q). If the home unit is not an instance of another unit, we return Nothing.

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

    ghc GHC.Unit.Home

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

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

    ghc GHC.Unit.Home

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

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

    ghc GHC.Unit.Module.Env

    No documentation available.

  6. addBootSuffixLocn_maybe :: IsBootInterface -> ModLocation -> ModLocation

    ghc GHC.Unit.Module.Location

    No documentation available.

  7. addBootSuffix_maybe :: IsBootInterface -> FilePath -> FilePath

    ghc GHC.Unit.Module.Location

    Add the -boot suffix if the Bool argument is True

  8. lazyGetMaybe :: Binary a => BinHandle -> IO (Maybe a)

    ghc GHC.Utils.Binary

    Deserialize a value serialized by lazyPutMaybe.

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

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

    ghc GHC.Utils.Logger

    Dump if the given DumpFlag is set

Page 155 of many | Previous | Next