Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. isLocalId_maybe :: Var -> Maybe ExportFlag

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  2. namedPiTyBinder_maybe :: PiTyBinder -> Maybe TyCoVar

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  3. varMultMaybe :: Id -> Maybe Mult

    ghc-lib-parser GHC.Types.Var

    No documentation available.

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

    ghc-lib-parser GHC.Types.Var.Env

    No documentation available.

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

    ghc-lib-parser GHC.Types.Var.Env

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

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

    ghc-lib-parser GHC.Types.Var.Env

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

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

    ghc-lib-parser GHC.Unit.Env

    No documentation available.

  8. homeUnitInstanceOfMaybe :: GenHomeUnit u -> Maybe u

    ghc-lib-parser 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.

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

    ghc-lib-parser GHC.Unit.Home

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

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

    ghc-lib-parser GHC.Unit.Home

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

Page 212 of many | Previous | Next