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.

  1. 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).

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

    ghc GHC.Rename.Fixity

    No documentation available.

  3. lookupTyFixityRn :: LocatedN Name -> RnM Fixity

    ghc GHC.Rename.Fixity

    No documentation available.

  4. ic_fix_env :: InteractiveContext -> FixityEnv

    ghc GHC.Runtime.Context

    Fixities declared in let statements

  5. resumeHistoryIx :: Resume -> Int

    ghc GHC.Runtime.Eval

    No documentation available.

  6. resumeHistoryIx :: Resume -> Int

    ghc GHC.Runtime.Eval.Types

    No documentation available.

  7. fixedHdrSize :: Profile -> ByteOff

    ghc GHC.Runtime.Heap.Layout

    No documentation available.

  8. fixedHdrSizeW :: Profile -> WordOff

    ghc GHC.Runtime.Heap.Layout

    Size of a closure header (StgHeader in includes/rts/storage/Closures.h)

  9. dynLibSuffix :: GhcNameVersion -> String

    ghc GHC.Settings

    Dynamic library suffix

  10. fixStgRegisters :: Platform -> RawCmmDecl -> RawCmmDecl

    ghc GHC.StgToCmm.CgUtils

    Fixup global registers so that they assign to locations within the RegTable if they aren't pinned for the current target.

Page 82 of many | Previous | Next