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.
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.
lookupSymbol :: Interp -> FastString -> IO (Maybe (Ptr ()))ghc GHC.Runtime.Interpreter No documentation available.
lookupSymbolInDLL :: Interp -> RemotePtr LoadedDLL -> FastString -> IO (Maybe (Ptr ()))ghc GHC.Runtime.Interpreter No documentation available.
-
ghc GHC.Runtime.Loader Finds the Name corresponding to the given RdrName in the context of the ModuleName. Returns Nothing if no such Name could be found. Any other condition results in an exception:
- If the module could not be found
- If we could not determine the imports of the module