Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. lookupGRE_FieldLabel :: GlobalRdrEnv -> FieldLabel -> Maybe FieldGlobalRdrElt

    ghc GHC.Types.Name.Reader

    Look for a particular record field selector in the environment.

  2. lookupGRE_Name :: Outputable info => GlobalRdrEnvX info -> Name -> Maybe (GlobalRdrEltX info)

    ghc GHC.Types.Name.Reader

    Look for precisely this Name in the environment, in the same NameSpace as the Name. This tests whether it is in scope, ignoring anything else that might be in scope which doesn't have the same Unique.

  3. lookupLocalRdrEnv :: LocalRdrEnv -> RdrName -> Maybe Name

    ghc GHC.Types.Name.Reader

    No documentation available.

  4. lookupLocalRdrOcc :: LocalRdrEnv -> OccName -> Maybe Name

    ghc GHC.Types.Name.Reader

    No documentation available.

  5. lookupSrcLoc :: SrcLoc -> Map RealSrcLoc a -> Maybe a

    ghc GHC.Types.SrcLoc

    No documentation available.

  6. lookupSrcSpan :: SrcSpan -> Map RealSrcSpan a -> Maybe a

    ghc GHC.Types.SrcLoc

    No documentation available.

  7. lookupDataCon :: MonadThings m => Name -> m DataCon

    ghc GHC.Types.TyThing

    No documentation available.

  8. lookupId :: MonadThings m => Name -> m Id

    ghc GHC.Types.TyThing

    No documentation available.

  9. lookupThing :: MonadThings m => Name -> m TyThing

    ghc GHC.Types.TyThing

    No documentation available.

  10. lookupTyCon :: MonadThings m => Name -> m TyCon

    ghc GHC.Types.TyThing

    No documentation available.

Page 59 of many | Previous | Next