The current default transform-in is broken, and I've disabled it for now. It currently tries to import racket - as _ in some sort of weird loop, that prevents either this, or the original prefix-in form from working atm.
Oh, also, apparently "-" and "*" count as punctuation rather than symbolic, so I added them back to the operator token class.
The current default transform-in is broken, and I've disabled it for now. It currently tries to import racket - as _ in some sort of weird loop, that prevents either this, or the original prefix-in form from working atm.
Oh, also, apparently "-" and "*" count as punctuation rather than symbolic, so I added them back to the operator token class.