nubank / morse

A graphical, interactive tool for browsing Clojure data
Apache License 2.0
344 stars 3 forks source link

"def as" on list attempts evaluation (and fails) #9

Open SevereOverfl0w opened 1 year ago

SevereOverfl0w commented 1 year ago

I have a cons list and when using "def as" on it, morse attempts to evaluate it which doesn't work because the elements of the list aren't evaluatable (it's a list of many maps, which exceeds the arity of a map).

A simple reproduction is to type into the Eval area: '(1 2 3 4), then focus the result, then try to "def as" it as a.