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.
testRead :: (Eq a, Read a, Show a, Typeable a) => Gen a -> Spechaskoin-core Haskoin.Util.Arbitrary.Util Generate Read/Show identity tests
data
ConnectionReadyForUseReason hasql-pool Hasql.Pool.Observation No documentation available.
EstablishedConnectionReadyForUseReason :: ConnectionReadyForUseReasonhasql-pool Hasql.Pool.Observation Connection just got established.
SessionFailedConnectionReadyForUseReason :: SessionError -> ConnectionReadyForUseReasonhasql-pool Hasql.Pool.Observation Session execution ended with a failure that does not require a connection reset.
SessionSucceededConnectionReadyForUseReason :: ConnectionReadyForUseReasonhasql-pool Hasql.Pool.Observation Session execution ended with success.
RepeatableRead :: IsolationLevelhasql-transaction Hasql.Transaction.Sessions No documentation available.
showReadLaws :: (Eq a, Read a, Show a) => Gen a -> Lawshedgehog-classes Hedgehog.Classes Tests the following Show / Read laws:
- Partial Isomorphism: show/read readMaybe . show ≡ Just
- Partial Isomorphism: show/read with initial space readMaybe . (" " ++) . show ≡ Just
- Partial Isomorphism: showsPrec/readPrec (a,"") elem readsPrec p (showsPrec p a "") ≡ True
- Partial Isomorphism: showList/readList (as,"") elem readList (showList as "") ≡ True
- Partial Isomorphism: showListWith shows/readListDefault (as,"") elem readListDefault (showListWith shows as "") ≡ True
freadHistogram :: FilePath -> Int -> IO Histogramhmatrix-gsl-stats Numeric.GSL.Histogram read a histogram in the native binary format, number of bins must be known
freadHistogram2D :: FilePath -> Int -> Int -> IO Histogram2Dhmatrix-gsl-stats Numeric.GSL.Histogram2D read a histogram in the native binary format, number of bins must be known
freadPermutation :: FilePath -> Int -> IO Permutationhmatrix-gsl-stats Numeric.GSL.Permutation read a permutation in the native binary format, length must be known