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

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setSize :: LabelSet -> Int

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

  2. setUnion :: LabelSet -> LabelSet -> LabelSet

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

  3. setUnions :: [LabelSet] -> LabelSet

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

  4. setCmmTypeWidth :: Width -> CmmType -> CmmType

    ghc-lib-parser GHC.Cmm.Type

    No documentation available.

  5. setRuleIdName :: Name -> CoreRule -> CoreRule

    ghc-lib-parser GHC.Core

    Set the Name of the Id at the head of the rule left hand side

  6. setCoHoleCoVar :: CoercionHole -> CoVar -> CoercionHole

    ghc-lib-parser GHC.Core.Coercion

    No documentation available.

  7. setCoHoleType :: CoercionHole -> Type -> CoercionHole

    ghc-lib-parser GHC.Core.Coercion

    Set the type of a CoercionHole

  8. setCoVarName :: CoVar -> Name -> CoVar

    ghc-lib-parser GHC.Core.Coercion

    No documentation available.

  9. setCoVarUnique :: CoVar -> Unique -> CoVar

    ghc-lib-parser GHC.Core.Coercion

    No documentation available.

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

    ghc-lib-parser GHC.Core.Coercion

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

Page 372 of many | Previous | Next

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