morse icon indicating copy to clipboard operation
morse copied to clipboard

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

Open SevereOverfl0w opened this issue 2 years ago • 0 comments

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.

SevereOverfl0w avatar Jun 09 '23 07:06 SevereOverfl0w