Clarify role of discard function in Tasty testDejafusDiscard

This commit is contained in:
Michael Walker 2018-02-13 18:45:20 +00:00
parent be66679daa
commit a366b812d0

View File

@ -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