-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
It would be useful to implement proptest::arbitrary::Arbitrary for various types of this library.
Regular integers and their wrappers could easily be implemented via construction from arrays. But *MontyForm types should implement their own Strategy with a custom ValueTree so they don't always have to reduce after ValueTree::complicate().
This will allow dependents to simply use proptest-derive to add Arbitrary to their own types.
Metadata
Metadata
Assignees
Labels
No labels