Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
lookupInfoOccRn :: RdrName -> RnM [Name]ghc GHC.Rename.Env lookupInfoOccRn is intended for use in GHCi's ":info" command It finds all the GREs that RdrName could mean, not complaining about ambiguity, but rather returning them all (c.f. #9881). lookupInfoOccRn is also used in situations where we check for at least one definition of the RdrName, not complaining about multiple definitions (see #17832).
lookupInstDeclBndr :: Name -> SDoc -> RdrName -> RnM Nameghc GHC.Rename.Env No documentation available.
lookupLocalOccRn :: RdrName -> RnM Nameghc GHC.Rename.Env No documentation available.
lookupLocalOccRn_maybe :: RdrName -> RnM (Maybe Name)ghc GHC.Rename.Env No documentation available.
lookupLocalOccThLvl_maybe :: Name -> RnM (Maybe (TopLevelFlag, ThLevel))ghc GHC.Rename.Env No documentation available.
lookupLocalTcNames :: HsSigCtxt -> SDoc -> NamespaceSpecifier -> RdrName -> RnM [(RdrName, Name)]ghc GHC.Rename.Env No documentation available.
lookupLocatedOccRn :: GenLocated (EpAnn ann) RdrName -> TcRn (GenLocated (EpAnn ann) Name)ghc GHC.Rename.Env No documentation available.
lookupLocatedOccRnConstr :: GenLocated (EpAnn ann) RdrName -> TcRn (GenLocated (EpAnn ann) Name)ghc GHC.Rename.Env No documentation available.
lookupLocatedOccRnNone :: GenLocated (EpAnn ann) RdrName -> TcRn (GenLocated (EpAnn ann) Name)ghc GHC.Rename.Env No documentation available.
lookupLocatedOccRnRecField :: GenLocated (EpAnn ann) RdrName -> TcRn (GenLocated (EpAnn ann) Name)ghc GHC.Rename.Env No documentation available.