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

Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. setCoHoleType :: CoercionHole -> Type -> CoercionHole

    ghc GHC.Core.Coercion

    Set the type of a CoercionHole

  2. setCoVarName :: CoVar -> Name -> CoVar

    ghc GHC.Core.Coercion

    No documentation available.

  3. setCoVarUnique :: CoVar -> Unique -> CoVar

    ghc GHC.Core.Coercion

    No documentation available.

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

    ghc GHC.Core.Coercion

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

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

    ghc GHC.Core.InstEnv

    No documentation available.

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

    ghc GHC.Core.Opt.SetLevels

    No documentation available.

  7. seTvSubst :: SimplEnv -> TvSubstEnv

    ghc GHC.Core.Opt.Simplify.Env

    No documentation available.

  8. setInScopeFromE :: SimplEnv -> SimplEnv -> SimplEnv

    ghc GHC.Core.Opt.Simplify.Env

    No documentation available.

  9. setInScopeFromF :: SimplEnv -> SimplFloats -> SimplEnv

    ghc GHC.Core.Opt.Simplify.Env

    No documentation available.

  10. setInScopeSet :: SimplEnv -> InScopeSet -> SimplEnv

    ghc GHC.Core.Opt.Simplify.Env

    No documentation available.

Page 182 of many | Previous | Next

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