Skip to content

Commit a247ba6

Browse files
authored
Remove redundant Additive constraint
1 parent e81a20a commit a247ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Algebra/Ring.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
public protocol Rng : Group, Semiring { }
1111

1212
/// A Rig is a Ring with elements lacking an inverse.
13-
public protocol Rig : Semiring, Additive { }
13+
public protocol Rig : Semiring { }
1414

1515
/// A Ring is a Group with a second operator that distributes over the group operation much like
1616
/// how multiplication distributes over addition.

0 commit comments

Comments
 (0)