We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8f155a + fb12344 commit 4650e8dCopy full SHA for 4650e8d
src/Data/Field.purs
@@ -15,10 +15,10 @@ import Data.Unit (Unit)
15
-- | The `Field` class is for types that are commutative fields.
16
-- |
17
-- | Instances must satisfy the following law in addition to the
18
--- | `CommutativeRing` and `EuclideanRing` laws:
+-- | `EuclideanRing` laws:
19
20
-- | - Non-zero multiplicative inverse: ``a `mod` b = 0` for all `a` and `b`
21
-class (CommutativeRing a, EuclideanRing a) <= Field a
+class EuclideanRing a <= Field a
22
23
instance fieldNumber :: Field Number
24
instance fieldUnit :: Field Unit
0 commit comments