• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. setCoVarUnique :: CoVar -> Unique -> CoVar

    ghc GHC.Core.Coercion

    No documentation available.

  2. setNominalRole_maybe :: Role -> Coercion -> Maybe CoercionN

    ghc GHC.Core.Coercion

    Converts a coercion to be nominal, if possible. See Note [Role twiddling functions]

  3. setOverlapModeMaybe :: OverlapFlag -> Maybe OverlapMode -> OverlapFlag

    ghc GHC.Core.InstEnv

    No documentation available.

  4. setLevels :: FloatOutSwitches -> CoreProgram -> UniqSupply -> [LevelledBind]

    ghc GHC.Core.Opt.SetLevels

    No documentation available.

  5. seTvSubst :: SimplEnv -> TvSubstEnv

    ghc GHC.Core.Opt.Simplify.Env

    No documentation available.

  6. setInScopeFromE :: SimplEnv -> SimplEnv -> SimplEnv

    ghc GHC.Core.Opt.Simplify.Env

    No documentation available.

  7. setInScopeFromF :: SimplEnv -> SimplFloats -> SimplEnv

    ghc GHC.Core.Opt.Simplify.Env

    No documentation available.

  8. setInScopeSet :: SimplEnv -> InScopeSet -> SimplEnv

    ghc GHC.Core.Opt.Simplify.Env

    No documentation available.

  9. setSubstEnv :: SimplEnv -> TvSubstEnv -> CvSubstEnv -> SimplIdSubst -> SimplEnv

    ghc GHC.Core.Opt.Simplify.Env

    No documentation available.

  10. setInScope :: Subst -> InScopeSet -> Subst

    ghc GHC.Core.Subst

    No documentation available.

Page 166 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete