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. testRead :: (Eq a, Read a, Show a, Typeable a) => Gen a -> Spec

    haskoin-core Haskoin.Util.Arbitrary.Util

    Generate Read/Show identity tests

  2. data ConnectionReadyForUseReason

    hasql-pool Hasql.Pool.Observation

    No documentation available.

  3. EstablishedConnectionReadyForUseReason :: ConnectionReadyForUseReason

    hasql-pool Hasql.Pool.Observation

    Connection just got established.

  4. SessionFailedConnectionReadyForUseReason :: SessionError -> ConnectionReadyForUseReason

    hasql-pool Hasql.Pool.Observation

    Session execution ended with a failure that does not require a connection reset.

  5. SessionSucceededConnectionReadyForUseReason :: ConnectionReadyForUseReason

    hasql-pool Hasql.Pool.Observation

    Session execution ended with success.

  6. RepeatableRead :: IsolationLevel

    hasql-transaction Hasql.Transaction.Sessions

    No documentation available.

  7. showReadLaws :: (Eq a, Read a, Show a) => Gen a -> Laws

    hedgehog-classes Hedgehog.Classes

    Tests the following Show / Read laws:

  8. freadHistogram :: FilePath -> Int -> IO Histogram

    hmatrix-gsl-stats Numeric.GSL.Histogram

    read a histogram in the native binary format, number of bins must be known

  9. freadHistogram2D :: FilePath -> Int -> Int -> IO Histogram2D

    hmatrix-gsl-stats Numeric.GSL.Histogram2D

    read a histogram in the native binary format, number of bins must be known

  10. freadPermutation :: FilePath -> Int -> IO Permutation

    hmatrix-gsl-stats Numeric.GSL.Permutation

    read a permutation in the native binary format, length must be known

Page 707 of many | Previous | Next