Skip to content

Commit 728de55

Browse files
authored
Update EuclideanRing docs
1 parent dcf87ce commit 728de55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Data/EuclideanRing.purs

-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ import Data.Semiring (class Semiring, add, mul, one, zero, (*), (+))
4141
-- | for `degree` is simply `const 1`. In fact, unless there's a specific
4242
-- | reason not to, `Field` types should normally use this definition of
4343
-- | `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.
4844
class CommutativeRing a <= EuclideanRing a where
4945
degree :: a -> Int
5046
div :: a -> a -> a

0 commit comments

Comments
 (0)