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.

  1. rightIdentityOnGenWithEquality :: Show a => (a -> b -> a) -> (a -> a -> Bool) -> b -> Gen a -> (a -> [a]) -> Property

    genvalidity-sydtest Test.Syd.Validity.Property

    No documentation available.

  2. antisymmetricOnElemsWithEquality :: (a -> a -> Bool) -> (a -> a -> Bool) -> a -> a -> Bool

    genvalidity-sydtest Test.Syd.Validity.Relations.Antisymmetry

  3. antisymmetryOnGensWithEquality :: Show a => (a -> a -> Bool) -> Gen (a, a) -> (a -> a -> Bool) -> (a -> [a]) -> Property

    genvalidity-sydtest Test.Syd.Validity.Relations.Antisymmetry

    No documentation available.

  4. bisequenceL :: (Bicrosswalk t, Align f) => t (f a) (f b) -> f (t a b)

    semialign Data.Crosswalk

    No documentation available.

  5. sequenceL :: (Crosswalk t, Align f) => t (f a) -> f (t a)

    semialign Data.Crosswalk

    No documentation available.

  6. deepseq :: NFData a => a -> b -> b

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

  7. seq :: a -> b -> b

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  8. sequenceA :: (Traversable t, Applicative f) => t (f a) -> f (t a)

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  9. sequence_ :: (Foldable t, Monad m) => t (m a) -> m ()

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  10. requiredSignatures :: InstalledPackageInfo -> Set ModuleName

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

Page 286 of many | Previous | Next