mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-05 06:45:08 +03:00
Add missing haddock @since annotations
This commit is contained in:
parent
82966c43f3
commit
fa1836c3a8
@ -334,7 +334,7 @@ testProperty = testPropertyFor 10 100
|
||||
-- The maximum number of cases tried by @testPropertyFor n m@ will be
|
||||
-- @n * m@.
|
||||
--
|
||||
-- @since unreleased
|
||||
-- @since 0.7.1.0
|
||||
testPropertyFor :: (R.Testable p, R.Listable (R.X p), Eq (R.X p), Show (R.X p), Show (R.O p))
|
||||
=> Int
|
||||
-- ^ The number of seed values to try.
|
||||
|
@ -358,7 +358,7 @@ testProperty = testPropertyFor 10 100
|
||||
-- The maximum number of cases tried by @testPropertyFor n m@ will be
|
||||
-- @n * m@.
|
||||
--
|
||||
-- @since unreleased
|
||||
-- @since 0.7.1.0
|
||||
testPropertyFor :: (R.Testable p, R.Listable (R.X p), Eq (R.X p), Show (R.X p), Show (R.O p))
|
||||
=> Int
|
||||
-- ^ The number of seed values to try.
|
||||
|
Loading…
Reference in New Issue
Block a user