-
Notifications
You must be signed in to change notification settings - Fork 24
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
Cannot get documentation or types for operators #66
Comments
correction: atom-language-idris/lib/idris-controller.coffee Lines 35 to 40 in 2beedd9
|
Well, we could also make the compiler a bit more permissive on its syntax here :) |
What I found out is that operators work sometimes without. I think |
No, it doesn't work anymore. Strange. But it would be nice if I could just use: |
I don't think that it ever worked without the parens... |
it did for me. but that could have been anything on my end :D But the issue is resolved now. I check if it's an operator and add two parenthesis :) |
I could probably just always add parens |
Or we can slightly special-case the command parser in the compiler :-) This will make it easier for command-line users as well, so I think that's the better way. |
👍 even better. thanks! |
The operators are being sent as they appear in the code, but they need parenthesis around them.
::
->(::)
The text was updated successfully, but these errors were encountered: