datalevin
datalevin copied to clipboard
Support empty on datom
An issue has been filed against Cursive, cursive-ide/cursive#2970. The issue seems to stem from an exception which contains a datom in its ex-data. Cursive uses clojure.walk over the ex-data, and this fails because walk uses empty. It would be good to provide an implementation for this, if there is anything that makes sense.