Implements the sigil ~M for Money
~M
The lower case ~m variant does not exist as interpolation and excape characters are not useful for Money sigils.
~m
import Money.Sigil iex> ~M[1000]usd #Money<:USD, 1000> iex> ~M[1000.34]usd #Money<:USD, 1000.34>