We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08db794 commit d779d26Copy full SHA for d779d26
CHANGELOG.md
@@ -6,6 +6,9 @@
6
`Test.check_exn` honor test polarity by raising
7
`Test_unexpected_success` when a negative test (expected to have a
8
counter example), unexpectedly succeeds.
9
+- fix issue with `ppx_deriving_qcheck` deriving a generator with unbound
10
+ `gen` for recursive types [#269](https://github.com/c-cube/qcheck/issues/269)
11
+ and a related issue when deriving a generator for a record type
12
- ...
13
14
## 0.20
0 commit comments