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

∈ is stupid and needs to be fixed when using a subscript #56

Open
kckennylau opened this issue Jun 27, 2017 · 1 comment
Open

∈ is stupid and needs to be fixed when using a subscript #56

kckennylau opened this issue Jun 27, 2017 · 1 comment

Comments

@kckennylau
Copy link

https://chat.stackexchange.com/transcript/message/38392326#38392326

@JCumin
Copy link
Owner

JCumin commented Jun 28, 2017

@kckennylau It's actually not completely stupid. Your program works if you write it like this:

∈₎[[2,3,3,1],.]t

That is, with the subscript in the right argument.

The question now is whether or not this behavior is more desirable than having it work for ;.∈₎[2,3,3,1]∧.

My guess is no: this behavior is not in line with any other predicates, and it should always be shorter than the current behavior because the current one requires extra brackets.

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

2 participants