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. allVarSet :: (Var -> Bool) -> VarSet -> Bool

    ghc GHC.Types.Var.Set

    No documentation available.

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

    ghc GHC.Unit.Home.ModInfo

    No documentation available.

  3. allowVirtualUnits :: UnitState -> !Bool

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

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

    ghc GHC.Utils.Error

    If they aren't all valid, return the first

  5. allowInterrupt :: IO ()

    ghc GHC.Utils.Exception

    No documentation available.

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

    ghc GHC.Utils.Misc

    No documentation available.

  7. allM :: (Monad m, Foldable f) => (a -> m Bool) -> f a -> m Bool

    ghc GHC.Utils.Monad

    Monad version of all, aborts the computation at the first False value

  8. allFlags :: [Flag Bool] -> Flag Bool

    Cabal Distribution.Simple.Flag

    Returns True only if every Flag Bool value is Flag True, else False.

  9. allComponentsInBuildOrder :: LocalBuildInfo -> [ComponentLocalBuildInfo]

    Cabal Distribution.Simple.LocalBuildInfo

    No documentation available.

  10. allLibModules :: Library -> ComponentLocalBuildInfo -> [ModuleName]

    Cabal Distribution.Simple.LocalBuildInfo

    Get all module names that needed to be built by GHC; i.e., all of these ModuleNames have interface files associated with them that need to be installed.

Page 86 of many | Previous | Next