quickcheck fails on goals that quantify over tuple or record types #669
Labels
easy
Issues that are expected to be easy to resolve and might therefore be good for new contributors
needs test
Issues for which we should add a regression test
type: bug
Issues reporting bugs or unexpected/unwanted behavior
Milestone
Quantified variables with tuple or record types produce a "term has non-testable type" error message. Tuple and record types should definitely be considered testable.
The same error occurs if the variable was created with
fresh_symbolic
.The text was updated successfully, but these errors were encountered: