mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-27 04:36:57 +03:00
Clarify role of discard function in Tasty testDejafusDiscard
This commit is contained in:
parent
be66679daa
commit
a366b812d0
@ -247,7 +247,8 @@ testDejafusWay :: Show b
|
||||
-> TestTree
|
||||
testDejafusWay = testconc (const Nothing)
|
||||
|
||||
-- | Variant of 'testDejafusWay' which can selectively discard results.
|
||||
-- | Variant of 'testDejafusWay' which can selectively discard
|
||||
-- results, beyond what each predicate already discards.
|
||||
--
|
||||
-- @since unreleased
|
||||
testDejafusDiscard :: Show b
|
||||
|
Loading…
Reference in New Issue
Block a user