(quote -,Tally,Tally)
x - y
-- produces the difference of two tallies.
i1 : tally {a,a,b,c} - tally {c,d,d}
o1 = Tally{a => 2 }
b => 1
d => -2
o1 : Tally
See also
Tally
.