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.
lookupGRE_FieldLabel :: GlobalRdrEnv -> FieldLabel -> Maybe FieldGlobalRdrEltghc GHC.Types.Name.Reader Look for a particular record field selector in the environment.
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.
lookupLocalRdrEnv :: LocalRdrEnv -> RdrName -> Maybe Nameghc GHC.Types.Name.Reader No documentation available.
lookupLocalRdrOcc :: LocalRdrEnv -> OccName -> Maybe Nameghc GHC.Types.Name.Reader No documentation available.
lookupSrcLoc :: SrcLoc -> Map RealSrcLoc a -> Maybe aghc GHC.Types.SrcLoc No documentation available.
lookupSrcSpan :: SrcSpan -> Map RealSrcSpan a -> Maybe aghc GHC.Types.SrcLoc No documentation available.
lookupDataCon :: MonadThings m => Name -> m DataConghc GHC.Types.TyThing No documentation available.
lookupId :: MonadThings m => Name -> m Idghc GHC.Types.TyThing No documentation available.
lookupThing :: MonadThings m => Name -> m TyThingghc GHC.Types.TyThing No documentation available.
lookupTyCon :: MonadThings m => Name -> m TyConghc GHC.Types.TyThing No documentation available.