lean4-htt/tests/lean/diamond8.lean.expected.out
2022-03-08 17:48:46 -08:00

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