Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.04 KB

README.mkd

File metadata and controls

17 lines (14 loc) · 1.04 KB

Ocaml-QuickCheck -- A Mechanical Translation of QuickCheck to OCaml

This is translation of QuickCheck from Haskell into Ocaml.

Mostly it is an experiment to see what Haskell code that makes heavy use of type-classes looks like when converted to OCamls modules. Unfortunately, its not all that pretty, but if you want a working clone of QuickCheck for Ocaml here it is. For an example on how to write properties see test_List.ml

If you are interested you can go to my blog to hear more about how I converted the code and the differences that were introduced