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.

  1. varMultMaybe :: Id -> Maybe Mult

    ghc GHC.Types.Var

    No documentation available.

  2. plusMaybeVarEnv_C :: (a -> a -> Maybe a) -> VarEnv a -> VarEnv a -> VarEnv a

    ghc GHC.Types.Var.Env

    No documentation available.

  3. rnOccL_maybe :: RnEnv2 -> Var -> Maybe Var

    ghc GHC.Types.Var.Env

    Look up the renaming of an occurrence in the left or right term

  4. rnOccR_maybe :: RnEnv2 -> Var -> Maybe Var

    ghc GHC.Types.Var.Env

    Look up the renaming of an occurrence in the left or right term

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

    ghc GHC.Unit.Env

    No documentation available.

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

    ghc GHC.Unit.Finder

    No documentation available.

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

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

    ghc GHC.Unit.Home

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

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

    ghc GHC.Unit.Home

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

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

    ghc GHC.Unit.Module.Env

    No documentation available.

Page 150 of many | Previous | Next