Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
allowGRE :: FieldsOrSelectors -> GlobalRdrElt -> Boolghc-lib-parser GHC.Types.Name.Reader No documentation available.
-
ghc-lib-parser GHC.Types.Name.Set Just like duUses, but Defs are not eliminated from the Uses returned
allUniqMap :: (a -> Bool) -> UniqMap k a -> Boolghc-lib-parser GHC.Types.Unique.Map No documentation available.
allDVarSet :: (Var -> Bool) -> DVarSet -> Boolghc-lib-parser GHC.Types.Var.Set No documentation available.
allVarSet :: (Var -> Bool) -> VarSet -> Boolghc-lib-parser GHC.Types.Var.Set No documentation available.
allHpt :: (HomeModInfo -> Bool) -> HomePackageTable -> Boolghc-lib-parser GHC.Unit.Home.ModInfo No documentation available.
allowVirtualUnits :: UnitState -> !Boolghc-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.
allValid :: [Validity' a] -> Validity' aghc-lib-parser GHC.Utils.Error If they aren't all valid, return the first
-
ghc-lib-parser GHC.Utils.Exception When invoked inside mask, this function allows a masked asynchronous exception to be raised, if one exists. It is equivalent to performing an interruptible operation (see #interruptible), but does not involve any actual blocking. When called outside mask, or inside uninterruptibleMask, this function has no effect.
all2 :: (a -> b -> Bool) -> [a] -> [b] -> Boolghc-lib-parser GHC.Utils.Misc No documentation available.