Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
genvalidity-sydtest Test.Syd.Validity.Property No documentation available.
antisymmetricOnElemsWithEquality :: (a -> a -> Bool) -> (a -> a -> Bool) -> a -> a -> Boolgenvalidity-sydtest Test.Syd.Validity.Relations.Antisymmetry -
genvalidity-sydtest Test.Syd.Validity.Relations.Antisymmetry No documentation available.
bisequenceL :: (Bicrosswalk t, Align f) => t (f a) (f b) -> f (t a b)semialign Data.Crosswalk No documentation available.
sequenceL :: (Crosswalk t, Align f) => t (f a) -> f (t a)semialign Data.Crosswalk No documentation available.
deepseq :: NFData a => a -> b -> bCabal-syntax Distribution.Compat.Prelude deepseq: fully evaluates the first argument, before returning the second. The name deepseq is used to illustrate the relationship to seq: where seq is shallow in the sense that it only evaluates the top level of its argument, deepseq traverses the entire data structure evaluating it completely. deepseq can be useful for forcing pending exceptions, eradicating space leaks, or forcing lazy I/O to happen. It is also useful in conjunction with parallel Strategies (see the parallel package). There is no guarantee about the ordering of evaluation. The implementation may evaluate the components of the structure in any order or in parallel. To impose an actual order on evaluation, use pseq from Control.Parallel in the parallel package.
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
sequenceA :: (Traversable t, Applicative f) => t (f a) -> f (t a)Cabal-syntax Distribution.Compat.Prelude No documentation available.
sequence_ :: (Foldable t, Monad m) => t (m a) -> m ()Cabal-syntax Distribution.Compat.Prelude No documentation available.
requiredSignatures :: InstalledPackageInfo -> Set ModuleNameCabal-syntax Distribution.InstalledPackageInfo Returns the set of module names which need to be filled for an indefinite package, or the empty set if the package is definite.