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. srcSpanFileName_maybe :: SrcSpan -> Maybe FastString

    ghc GHC.Types.SrcLoc

    Obtains the filename for a SrcSpan if it is "good"

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

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

    ghc GHC.Types.Unique.Map

    No documentation available.

  4. anonPiTyBinderType_maybe :: PiTyBinder -> Maybe Type

    ghc GHC.Types.Var

    Extract a relevant type, if there is one.

  5. isLocalId_maybe :: Var -> Maybe ExportFlag

    ghc GHC.Types.Var

    No documentation available.

  6. namedPiTyBinder_maybe :: PiTyBinder -> Maybe TyCoVar

    ghc GHC.Types.Var

    No documentation available.

  7. varMultMaybe :: Id -> Maybe Mult

    ghc GHC.Types.Var

    No documentation available.

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

    ghc GHC.Types.Var.Env

    No documentation available.

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

    ghc GHC.Types.Var.Env

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

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

    ghc GHC.Types.Var.Env

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

Page 149 of many | Previous | Next