CoeSort α β is a coercion to a sort. β must be a universe, and this is
triggered when a : α appears in a place where a type is expected, like
(x : a) or a → a.
CoeSort instances apply to CoeOut as well.
Instance Constructor
CoeSort.mk.{u, v}
Methods
coe : α → β
Coerces a value of type α to β, which must be a universe.