Property -package:tasty-smallcheck
A property test, along with some configurable limits like how many
times to run the test.
The type of properties over the monad m.
Properties of the obligation target to be checked.
Tests for GenValidity instances
Tests for shrinking functions
A property is a temporal or basic assertion that's specified to either
used as an _assert_ or _cover_ statement. See
assert and
cover.
A property is a temporal or basic assertion that's specified to either
used as an _assert_ or _cover_ statement. See
assert and
cover.
A property describes a quality of a
Program. It is a
Term yields a boolean value.