Ben Sima
Ben Sima
Currently `match` formats like this: ``` clojure (defn val? [x] (match [x] [_ :guard keyword?] false [_ :guard coll?] false :else true)) ``` But it should format like this: ```...
~~This is a work in progress.~~ Okay I think this is in good shape now, seems to work well in my usage and passes unit tests.
I'm opening this PR to 'work in public' on this API. I heavily used Claude 4 Sonnet to write this, because I am unfamiliar with the codebase, so the code...