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.
lookupOccEnv_WithFields :: OccEnv a -> OccName -> [a]ghc-lib-parser GHC.Types.Name.Occurrence Lookup an element in an OccEnv, looking in the record field namespace for a variable.
lookupDataConFirst :: LookupChild -> Boolghc-lib-parser GHC.Types.Name.Reader for type constructors, should we look in the data constructor namespace first?
lookupGRE :: GlobalRdrEnvX info -> LookupGRE info -> [GlobalRdrEltX info]ghc-lib-parser GHC.Types.Name.Reader Look something up in the Global Reader Environment. The LookupGRE argument specifies what to look up, and in particular whether there should there be any lee-way if the NameSpaces don't exactly match.
lookupGRE_FieldLabel :: GlobalRdrEnv -> FieldLabel -> Maybe FieldGlobalRdrEltghc-lib-parser 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-lib-parser 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-lib-parser GHC.Types.Name.Reader No documentation available.
lookupLocalRdrOcc :: LocalRdrEnv -> OccName -> Maybe Nameghc-lib-parser GHC.Types.Name.Reader No documentation available.
lookupSrcLoc :: SrcLoc -> Map RealSrcLoc a -> Maybe aghc-lib-parser GHC.Types.SrcLoc No documentation available.
lookupSrcSpan :: SrcSpan -> Map RealSrcSpan a -> Maybe aghc-lib-parser GHC.Types.SrcLoc No documentation available.
lookupDataCon :: MonadThings m => Name -> m DataConghc-lib-parser GHC.Types.TyThing No documentation available.