For example, we can have occurrences of: ``` <span class="op">+</span><span class="op">=</span> ``` In this case, we could simply have: ``` <span class="op">+=</span> ``` We also have some weird generation sometimes: ``` </span> <span class="ident">x</span> <span class="kw">in</span> <span class="kw-2">&</span><span class="ident">set</span> ``` In this case, I'm not sure what ``<span class="kw-2">&</span>`` is actually doing...