Module diceprop::ops[][src]

Expand description

A collection of operations on Eval that are useful for writing properties.

These operations will log their arguments and result via dicetest::hints.

Functions

Logical conjunction.

Asserts that assertion is true.

The values are equal based on PartialEq.

The first value is greater than or equal to the second value based on PartialOrd.

The first value is greater than the second value based on PartialOrd.

Logical equivalence.

Logical implication.

The first value is less than or equal to the second value based on PartialOrd.

The first value is less than the second value based on PartialOrd.

The values are not equal based on PartialEq.

Logical negation.

Logical disjunction.