4 lines
189 B
Text
4 lines
189 B
Text
inductive Semiring.{u} : Type u → Type u
|
|
number of parameters: 1
|
|
constructors:
|
|
Semiring.mk : {R : Type u} → [toAddCommMonoid : AddCommMonoid R] → [toMonoid : Monoid R] → Semiring R
|