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.
lookupDNameEnv :: DNameEnv a -> Name -> Maybe aghc GHC.Types.Name.Env No documentation available.
lookupNameEnv :: NameEnv a -> Name -> Maybe aghc GHC.Types.Name.Env No documentation available.
lookupNameEnv_NF :: NameEnv a -> Name -> aghc GHC.Types.Name.Env No documentation available.
lookupFieldsOccEnv :: OccEnv a -> FastString -> [a]ghc GHC.Types.Name.Occurrence Look up all the record fields that match with the given FastString in an OccEnv.
lookupFsEnv :: FastStringEnv a -> FastString -> Maybe aghc GHC.Types.Name.Occurrence No documentation available.
lookupOccEnv :: OccEnv a -> OccName -> Maybe aghc GHC.Types.Name.Occurrence Look an element up in an OccEnv.
lookupOccEnv_AllNameSpaces :: OccEnv a -> OccName -> [a]ghc GHC.Types.Name.Occurrence Lookup an element in an OccEnv, ignoring NameSpaces entirely.
lookupOccEnv_WithFields :: OccEnv a -> OccName -> [a]ghc GHC.Types.Name.Occurrence Lookup an element in an OccEnv, looking in the record field namespace for a variable.
lookupDataConFirst :: LookupChild -> Boolghc GHC.Types.Name.Reader for type constructors, should we look in the data constructor namespace first?
lookupGRE :: GlobalRdrEnvX info -> LookupGRE info -> [GlobalRdrEltX info]ghc 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.