Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allowed_combination :: Ways -> Bool

    ghc-lib-parser GHC.Platform.Ways

    Check if a combination of ways is allowed

  2. allDistinctTyVars :: TyVarSet -> [KindOrType] -> Bool

    ghc-lib-parser GHC.Tc.Utils.TcType

    No documentation available.

  3. allowGRE :: FieldsOrSelectors -> GlobalRdrElt -> Bool

    ghc-lib-parser GHC.Types.Name.Reader

    No documentation available.

  4. allUses :: DefUses -> Uses

    ghc-lib-parser GHC.Types.Name.Set

    Just like duUses, but Defs are not eliminated from the Uses returned

  5. allUniqMap :: (a -> Bool) -> UniqMap k a -> Bool

    ghc-lib-parser GHC.Types.Unique.Map

    No documentation available.

  6. allDVarSet :: (Var -> Bool) -> DVarSet -> Bool

    ghc-lib-parser GHC.Types.Var.Set

    No documentation available.

  7. allVarSet :: (Var -> Bool) -> VarSet -> Bool

    ghc-lib-parser GHC.Types.Var.Set

    No documentation available.

  8. allHpt :: (HomeModInfo -> Bool) -> HomePackageTable -> Bool

    ghc-lib-parser GHC.Unit.Home.ModInfo

    No documentation available.

  9. allowVirtualUnits :: UnitState -> !Bool

    ghc-lib-parser GHC.Unit.State

    Indicate if we can instantiate units on-the-fly. This should only be true when we are type-checking an indefinite unit. See Note [About units] in GHC.Unit.

  10. allValid :: [Validity' a] -> Validity' a

    ghc-lib-parser GHC.Utils.Error

    If they aren't all valid, return the first

Page 100 of many | Previous | Next