packages feed

quickcheck-lockstep-0.8.3: README.md

# quickcheck-lockstep

[![Hackage Version](https://img.shields.io/hackage/v/quickcheck-lockstep?label=Hackage)](https://hackage.haskell.org/package/quickcheck-lockstep)
[![Haskell CI](https://img.shields.io/github/actions/workflow/status/well-typed/quickcheck-lockstep/haskell.yml?label=Haskell%20CI)](https://github.com/well-typed/quickcheck-lockstep/actions/workflows/haskell.yml)

`quickcheck-lockstep` is a library for lockstep-style testing with `quickcheck-dynamic`

See https://well-typed.com/blog/2022/09/lockstep-with-quickcheck-dynamic/
for a tutorial.