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.
lookupSyntaxNames :: [Name] -> RnM ([HsExpr GhcRn], FreeVars)ghc GHC.Rename.Env No documentation available.
lookupTopBndrRn :: WhatLooking -> RdrName -> RnM Nameghc GHC.Rename.Env No documentation available.
lookupTypeOccRn :: RdrName -> RnM Nameghc GHC.Rename.Env No documentation available.
lookupFieldFixityRn :: FieldOcc GhcRn -> RnM Fixityghc GHC.Rename.Fixity No documentation available.
lookupFixityRn :: Name -> RnM Fixityghc GHC.Rename.Fixity No documentation available.
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).
lookupMiniFixityEnv :: MiniFixityEnv -> Name -> Maybe (Located Fixity)ghc GHC.Rename.Fixity No documentation available.
lookupTyFixityRn :: LocatedN Name -> RnM Fixityghc GHC.Rename.Fixity No documentation available.
lookupField :: FastStringEnv FieldLabel -> FieldOcc GhcPs -> FieldOcc GhcRnghc GHC.Rename.HsType No documentation available.
lookupClosure :: Interp -> String -> IO (Maybe HValueRef)ghc GHC.Runtime.Interpreter No documentation available.