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.

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

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

    No documentation available.

  2. allUses :: DefUses -> Uses

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

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

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

  7. 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.

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

    ghc-lib-parser GHC.Utils.Error

    If they aren't all valid, return the first

  9. allowInterrupt :: IO ()

    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.

  10. all2 :: (a -> b -> Bool) -> [a] -> [b] -> Bool

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

Page 100 of many | Previous | Next