https://github.com/jmid/qcheck-example
A minimal example of QCheck, ocamlfind, and ocamlbuild
https://github.com/jmid/qcheck-example
Last synced: 10 months ago
JSON representation
A minimal example of QCheck, ocamlfind, and ocamlbuild
- Host: GitHub
- URL: https://github.com/jmid/qcheck-example
- Owner: jmid
- Created: 2017-01-02T05:56:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T07:32:57.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T11:27:25.105Z (12 months ago)
- Language: OCaml
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
qcheck-example
==============
This provides a minimal example of [QCheck](https://github.com/c-cube/qcheck/) (>=0.5), ocamlfind, and ocamlbuild.
Beware that QCheck's API changed with the 0.5 release. As a
consequence this example will not compile with earlier versions.
To enable type feedback in an IDE, the `.merlin` file informs [merlin](https://github.com/ocaml/merlin) (an OCaml editor service/server) that the source code requires the `qcheck` package.