Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. callerSaves :: GlobalReg -> Bool

    ghc GHC.Platform.NoRegs

    No documentation available.

  2. callerSaves :: GlobalReg -> Bool

    ghc GHC.Platform.PPC

    No documentation available.

  3. callerSaves :: GlobalReg -> Bool

    ghc GHC.Platform.RISCV64

    No documentation available.

  4. callerSaves :: Platform -> GlobalReg -> Bool

    ghc GHC.Platform.Regs

    Returns True if this global register is stored in a caller-saves machine register.

  5. callerSaves :: GlobalReg -> Bool

    ghc GHC.Platform.S390X

    No documentation available.

  6. callerSaves :: GlobalReg -> Bool

    ghc GHC.Platform.Wasm32

    No documentation available.

  7. callerSaves :: GlobalReg -> Bool

    ghc GHC.Platform.X86

    No documentation available.

  8. callerSaves :: GlobalReg -> Bool

    ghc GHC.Platform.X86_64

    No documentation available.

  9. type ForAllTyBinder = VarBndr TyCoVar ForAllTyFlag

    ghc GHC.Plugins

    Variable Binder A ForAllTyBinder is the binder of a ForAllTy It's convenient to define this synonym here rather its natural home in GHC.Core.TyCo.Rep, because it's used in GHC.Core.DataCon.hs-boot A TyVarBinder is a binder with only TyVar

  10. data ForAllTyFlag

    ghc GHC.Plugins

    ForAllTyFlag Is something required to appear in source Haskell (Required), permitted by request (Specified) (visible type application), or prohibited entirely from appearing in source Haskell (Inferred)? See Note [VarBndrs, ForAllTyBinders, TyConBinders, and visibility] in GHC.Core.TyCo.Rep

Page 293 of many | Previous | Next