3 lines
165 B
Text
3 lines
165 B
Text
inductive Semiring.{u} : Type u → Type u
|
|
constructors:
|
|
Semiring.mk : {R : Type u} → [toAddCommMonoid : AddCommMonoid R] → [toMonoid : Monoid R] → Semiring R
|