We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcf87ce + 728de55 commit 9917c6eCopy full SHA for 9917c6e
1 file changed
src/Data/EuclideanRing.purs
@@ -41,10 +41,6 @@ import Data.Semiring (class Semiring, add, mul, one, zero, (*), (+))
41
-- | for `degree` is simply `const 1`. In fact, unless there's a specific
42
-- | reason not to, `Field` types should normally use this definition of
43
-- | `degree`.
44
--- |
45
--- | The `Unit` instance is provided for backwards compatibility, but it is
46
--- | not law-abiding, because `Unit` fails to form an integral domain. This
47
--- | instance will be removed in a future release.
48
class CommutativeRing a <= EuclideanRing a where
49
degree :: a -> Int
50
div :: a -> a -> a
0 commit comments