input-output-hk / quickcheck-dynamic

A library for stateful property-based testing
Apache License 2.0
27 stars 7 forks source link

Hide internals of `StateModel` module #59

Open MaximilianAlgehed opened 1 year ago

MaximilianAlgehed commented 1 year ago

We currently expose things like Actions(..) and Step(..) etc in the public interface of the library. I'd like to limit what we expose to the "intended use-case" to avoid confusion in the future.