Skip to content

Commit

Permalink
Merge pull request #284 from jamesjer/main
Browse files Browse the repository at this point in the history
Fix asciidoc error
  • Loading branch information
jmid authored Sep 1, 2023
2 parents c199aa5 + 08c3e47 commit 86ced4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,11 @@ describe("qcheck-rely", ({test}) => {

A ppx_deriver is provided to derive QCheck generators from a type declaration.

```ocaml
[source,OCaml]
----
type tree = Leaf of int | Node of tree * tree
[@@deriving qcheck]
```
----

See the according https://github.com/c-cube/qcheck/tree/master/src/ppx_deriving_qcheck/[README]
for more information and examples.
Expand Down

0 comments on commit 86ced4a

Please sign in to comment.