Module

Test.StrongCheck.Laws.Data.CommutativeRing

Package
purescript-strongcheck-lawsDEPRECATED
Repository
garyb/purescript-strongcheck-laws

#checkCommutativeRing Source

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