Notation for DFinsupp #
This file extends the existing fun₀ | 3 => a | 7 => b notation to work for DFinsupp,
which desugars to DFinsupp.update and DFinsupp.single,
in the same way that {a, b} desugars to insert and singleton.
Note that this syntax is for Finsupp by default, but works for DFinsupp if the expected type
is correct.
DFinsupp elaborator for single₀.
Instances For
DFinsupp elaborator for update₀.
Instances For
Unexpander for the fun₀ | i => x notation.
Instances For
Unexpander for the fun₀ | i => x notation.
Instances For
@[implicit_reducible]
unsafe instance
DFinsupp.instRepr
{α : Type u_1}
{β : α → Type u_2}
[Repr α]
[(i : α) → Repr (β i)]
[(i : α) → Zero (β i)]
:
Display DFinsupp using fun₀ notation.