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.
isLocalId_maybe :: Var -> Maybe ExportFlagghc-lib-parser GHC.Types.Var No documentation available.
namedPiTyBinder_maybe :: PiTyBinder -> Maybe TyCoVarghc-lib-parser GHC.Types.Var No documentation available.
varMultMaybe :: Id -> Maybe Multghc-lib-parser GHC.Types.Var No documentation available.
plusMaybeVarEnv_C :: (a -> a -> Maybe a) -> VarEnv a -> VarEnv a -> VarEnv aghc-lib-parser GHC.Types.Var.Env No documentation available.
rnOccL_maybe :: RnEnv2 -> Var -> Maybe Varghc-lib-parser GHC.Types.Var.Env Look up the renaming of an occurrence in the left or right term
rnOccR_maybe :: RnEnv2 -> Var -> Maybe Varghc-lib-parser GHC.Types.Var.Env Look up the renaming of an occurrence in the left or right term
unitEnv_lookup_maybe :: UnitEnvGraphKey -> UnitEnvGraph v -> Maybe vghc-lib-parser GHC.Unit.Env No documentation available.
homeUnitInstanceOfMaybe :: GenHomeUnit u -> Maybe ughc-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.
notHomeInstalledModuleMaybe :: Maybe (GenHomeUnit u) -> InstalledModule -> Boolghc-lib-parser GHC.Unit.Home Test if a module doesn't come from the given home unit
notHomeModuleMaybe :: Maybe HomeUnit -> Module -> Boolghc-lib-parser GHC.Unit.Home Test if a module doesn't come from the given home unit