An open API service indexing awesome lists of open source software.

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

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.