Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. lookupLocatedTopBndrRnN :: LocatedN RdrName -> RnM (LocatedN Name)

    ghc GHC.Rename.Env

    No documentation available.

  2. lookupLocatedTopConstructorRn :: Located RdrName -> RnM (Located Name)

    ghc GHC.Rename.Env

    No documentation available.

  3. lookupLocatedTopConstructorRnN :: LocatedN RdrName -> RnM (LocatedN Name)

    ghc GHC.Rename.Env

    No documentation available.

  4. lookupNameWithQualifier :: Name -> ModuleName -> RnM (Name, FreeVars)

    ghc GHC.Rename.Env

    No documentation available.

  5. lookupOccRn :: RdrName -> RnM Name

    ghc GHC.Rename.Env

    No documentation available.

  6. lookupOccRn_maybe :: RdrName -> RnM (Maybe GlobalRdrElt)

    ghc GHC.Rename.Env

    No documentation available.

  7. lookupQualifiedDo :: HsStmtContext fn -> Name -> RnM (SyntaxExpr GhcRn, FreeVars)

    ghc GHC.Rename.Env

    No documentation available.

  8. lookupQualifiedDoExpr :: HsStmtContext fn -> Name -> RnM (HsExpr GhcRn, FreeVars)

    ghc GHC.Rename.Env

    No documentation available.

  9. lookupQualifiedDoName :: HsStmtContext fn -> Name -> RnM (Name, FreeVars)

    ghc GHC.Rename.Env

    No documentation available.

  10. lookupRecFieldOcc :: Maybe Name -> RdrName -> RnM Name

    ghc GHC.Rename.Env

    Look up an occurrence of a field in record construction or pattern matching (but not update). If -XDisambiguateRecordFields is off, then we will pass Nothing for the DataCon Name, i.e. we don't use the data constructor for disambiguation. See Note [DisambiguateRecordFields] and Note [NoFieldSelectors].

Page 55 of many | Previous | Next