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.
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 asa
.