Skip to content

Resources

Resources

A curated list of talks, papers, and related projects for understanding property-based testing and the ideas behind Hedgehog.

Hedgehog family

Talks

Papers

Books

OCaml ecosystem

  • QCheck — The established OCaml PBT library.
  • ppx_quickcheck — Jane Street’s PBT with ppx derivation.
  • DSCheck — Model checking for concurrent OCaml programs.