Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
ic_fix_env :: InteractiveContext -> FixityEnvghc GHC.Runtime.Context Fixities declared in let statements
resumeHistoryIx :: Resume -> Intghc GHC.Runtime.Eval No documentation available.
resumeHistoryIx :: Resume -> Intghc GHC.Runtime.Eval.Types No documentation available.
fixedHdrSize :: Profile -> ByteOffghc GHC.Runtime.Heap.Layout No documentation available.
fixedHdrSizeW :: Profile -> WordOffghc GHC.Runtime.Heap.Layout Size of a closure header (StgHeader in includes/rts/storage/Closures.h)
dynLibSuffix :: GhcNameVersion -> Stringghc GHC.Settings Dynamic library suffix
fixStgRegisters :: Platform -> RawCmmDecl -> RawCmmDeclghc GHC.StgToCmm.CgUtils Fixup global registers so that they assign to locations within the RegTable if they aren't pinned for the current target.