Skip to content

Commit

Permalink
Update Ring-like table in Algebra for Semifield added in typelevel#3979
Browse files Browse the repository at this point in the history
  • Loading branch information
benhutchison authored Apr 16, 2023
1 parent 37980d5 commit 3ada4d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/algebra.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ All ring-like structures are associative for both `+` and `*`, have commutative
|CommutativeRig | || ||
|Ring ||| | |
|CommutativeRing ||| ||
|Semifield | ||| |
|CommutativeSemifield| ||||
|Field |||||

With the exception of `CommutativeRig` and `Rng`, every lower structure is also an instance of the structures above it. For example, every `Ring` is a `Rig`, every `Field` is a `CommutativeRing`, and so on.

(For a description of what the terminology in each column means, see [§algebraic properties and terminology](#algebraic-properties-and-terminology).)

Expand Down

0 comments on commit 3ada4d3

Please sign in to comment.