Skip to content

alanfalloon/ocaml-quickcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages