English
The object in SemiRingCat corresponding to a type R with a Semiring structure is given by of R.
Русский
Объект в SemiRingCat, соответствующий типу R с полем полукольца, задаётся как of R.
LaTeX
$$$\operatorname{of}(R) := \langle R \rangle$$$
Lean4
/-- The object in the category of R-algebras associated to a type equipped with the appropriate
typeclasses. This is the preferred way to construct a term of `SemiRingCat`. -/
abbrev of (R : Type u) [Semiring R] : SemiRingCat :=
⟨R⟩