Skip to content

Commit fc503a6

Browse files
committed
Remove redundant Additive constraint
1 parent 65ff311 commit fc503a6

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)