def
EvmYul.Finmap.pretty
{α β : Type}
[ToString α]
[ToString β]
[LE ((_ : α) × β)]
[IsTrans ((_ : α) × β) fun (x x_1 : (_ : α) × β) => x ≤ x_1]
[IsAntisymm ((_ : α) × β) fun (x x_1 : (_ : α) × β) => x ≤ x_1]
[IsTotal ((_ : α) × β) fun (x x_1 : (_ : α) × β) => x ≤ x_1]
[DecidableRel fun (x x_1 : (_ : α) × β) => x ≤ x_1]
(self : Finmap fun (x : α) => β)
:
Finmap
s are not very computation-friendly and so the API is ever so slightly meh;
do feel encouraged to sorry out the order properties and just point it to an instance of LE
.
TODO(not critical) - Unify all the maps used throught the formalisation one day.
Equations
- One or more equations did not get rendered due to their size.