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.

  1. lookupSyntaxNames :: [Name] -> RnM ([HsExpr GhcRn], FreeVars)

    ghc GHC.Rename.Env

    No documentation available.

  2. lookupTopBndrRn :: WhatLooking -> RdrName -> RnM Name

    ghc GHC.Rename.Env

    No documentation available.

  3. lookupTypeOccRn :: RdrName -> RnM Name

    ghc GHC.Rename.Env

    No documentation available.

  4. lookupFieldFixityRn :: FieldOcc GhcRn -> RnM Fixity

    ghc GHC.Rename.Fixity

    No documentation available.

  5. lookupFixityRn :: Name -> RnM Fixity

    ghc GHC.Rename.Fixity

    No documentation available.

  6. lookupFixityRn_help :: Name -> RnM (Bool, Fixity)

    ghc GHC.Rename.Fixity

    lookupFixityRn_help returns (True, fixity) if it finds a Fixity in a local environment or from an interface file. Otherwise, it returns (False, fixity) (e.g., for unbound Names or Names without user-supplied fixity declarations).

  7. lookupMiniFixityEnv :: MiniFixityEnv -> Name -> Maybe (Located Fixity)

    ghc GHC.Rename.Fixity

    No documentation available.

  8. lookupTyFixityRn :: LocatedN Name -> RnM Fixity

    ghc GHC.Rename.Fixity

    No documentation available.

  9. lookupField :: FastStringEnv FieldLabel -> FieldOcc GhcPs -> FieldOcc GhcRn

    ghc GHC.Rename.HsType

    No documentation available.

  10. lookupClosure :: Interp -> String -> IO (Maybe HValueRef)

    ghc GHC.Runtime.Interpreter

    No documentation available.

Page 57 of many | Previous | Next