algebra.laws.CheckSupport.scala Maven / Gradle / Ivy
The newest version!
package algebra.laws
/**
* This object contains Arbitrary instances for types defined in
* algebra.std, as well as anything else we'd like to import to assist
* in running ScalaCheck tests.
*
* (Since algebra-std has no dependencies, its types can't define
* Arbitrary instances in companions.)
*/
object CheckSupport {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy