Skip to content

Commit

Permalink
Documentation clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Jun 6, 2017
1 parent e2c5939 commit bfe3ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/QuickCheck/Property.hs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ data Result
, abort :: Bool -- ^ if True, the test should not be repeated
, maybeNumTests :: Maybe Int -- ^ stop after this many tests
, labels :: Map String Int -- ^ all labels used by this property
, stamp :: Set String -- ^ the collected values for this test case
, stamp :: Set String -- ^ the collected labels for this test case
, callbacks :: [Callback] -- ^ the callbacks for this test case
}

Expand Down

0 comments on commit bfe3ed2

Please sign in to comment.