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.
Unexpander for the fun₀ | i => x
notation.
Equations
Instances For
Unexpander for the fun₀ | i => x
notation.