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.
allVarSet :: (Var -> Bool) -> VarSet -> Boolghc GHC.Types.Var.Set No documentation available.
allHpt :: (HomeModInfo -> Bool) -> HomePackageTable -> Boolghc GHC.Unit.Home.ModInfo No documentation available.
allowVirtualUnits :: UnitState -> !Boolghc 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 GHC.Utils.Error If they aren't all valid, return the first
-
ghc GHC.Utils.Exception No documentation available.
all2 :: (a -> b -> Bool) -> [a] -> [b] -> Boolghc GHC.Utils.Misc No documentation available.
allM :: (Monad m, Foldable f) => (a -> m Bool) -> f a -> m Boolghc GHC.Utils.Monad Monad version of all, aborts the computation at the first False value
allFlags :: [Flag Bool] -> Flag BoolCabal Distribution.Simple.Flag Returns True only if every Flag Bool value is Flag True, else False.
allComponentsInBuildOrder :: LocalBuildInfo -> [ComponentLocalBuildInfo]Cabal Distribution.Simple.LocalBuildInfo No documentation available.
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.