Module

Test.QuickCheck.Laws.Data.CommutativeRing

#checkCommutativeRing

checkCommutativeRing :: forall a. CommutativeRing a => Arbitrary a => Eq a => Proxy a -> Effect Unit
  • Commutative multiplication: a * b = b * a

Modules