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. tyThingParent_maybe :: TyThing -> Maybe TyThing

    ghc GHC.Types.TyThing

    tyThingParent_maybe x returns (Just p) when pprTyThingInContext should print a declaration for p (albeit with some "..." in it) when asked to show x It returns the *immediate* parent. So a datacon returns its tycon but the tycon could be the associated type of a class, so it in turn might have a parent.

  2. plusMaybeUniqMap_C :: (a -> a -> Maybe a) -> UniqMap k a -> UniqMap k a -> UniqMap k a

    ghc GHC.Types.Unique.Map

    No documentation available.

  3. anonPiTyBinderType_maybe :: PiTyBinder -> Maybe Type

    ghc GHC.Types.Var

    Extract a relevant type, if there is one.

  4. isLocalId_maybe :: Var -> Maybe ExportFlag

    ghc GHC.Types.Var

    No documentation available.

  5. namedPiTyBinder_maybe :: PiTyBinder -> Maybe TyCoVar

    ghc GHC.Types.Var

    No documentation available.

  6. varMultMaybe :: Id -> Maybe Mult

    ghc GHC.Types.Var

    No documentation available.

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

    ghc GHC.Types.Var.Env

    No documentation available.

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

    ghc GHC.Types.Var.Env

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

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

    ghc GHC.Types.Var.Env

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

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

    ghc GHC.Unit.Env

    No documentation available.

Page 154 of many | Previous | Next