You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: