Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SevereOverfl0w opened this issue Jun 9, 2023 · 0 comments
Open

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

SevereOverfl0w opened this issue Jun 9, 2023 · 0 comments

Comments

@SevereOverfl0w
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant