We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81a20a commit a247ba6Copy full SHA for a247ba6
Algebra/Ring.swift
@@ -10,7 +10,7 @@
10
public protocol Rng : Group, Semiring { }
11
12
/// A Rig is a Ring with elements lacking an inverse.
13
-public protocol Rig : Semiring, Additive { }
+public protocol Rig : Semiring { }
14
15
/// A Ring is a Group with a second operator that distributes over the group operation much like
16
/// how multiplication distributes over addition.
0 commit comments