Skip to content

Fix printing of plural elements in bags

Hi there, while going through the Tutorial I noticed that the output for bag's seems to have changed. The tutorial shows:

> (bag 1 2 1)
#{% #%(1 2) 2 %}

whereas in my REPL it shows:

(bag 1 2 1)
=> #{% (1 2) 2 %}

I tried to update the Wiki myself but couldn't figure out how. Anyway, thanks for a great library. I just added support for it to my transducers library: https://codeberg.org/fosskers/cl-transducers#headline-7