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.

  1. unitEnv_lookup_maybe :: UnitEnvGraphKey -> UnitEnvGraph v -> Maybe v

    ghc GHC.Unit.Env

    No documentation available.

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

    ghc GHC.Unit.Finder

    No documentation available.

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

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

    ghc GHC.Unit.Home

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

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

    ghc GHC.Unit.Home

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

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

    ghc GHC.Unit.Module.Env

    No documentation available.

  7. addBootSuffixLocn_maybe :: IsBootInterface -> ModLocation -> ModLocation

    ghc GHC.Unit.Module.Location

    No documentation available.

  8. addBootSuffix_maybe :: IsBootInterface -> FilePath -> FilePath

    ghc GHC.Unit.Module.Location

    Add the -boot suffix if the Bool argument is True

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

    ghc GHC.Utils.Binary

    Deserialize a value serialized by lazyPutMaybe.

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

Page 150 of many | Previous | Next