lean4-htt/tests/lean/diamond8.lean.expected.out
2022-01-29 08:31:34 -08:00

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