-
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
Case splitting stops working when using Effects #154
Comments
I am currently not sure if we can get access to this error message. emacs does, so we should be able to do so as well. Have you already filed a bug with Idiris-dev, as this seems to be an underlying problem? |
@justjoheinz no, I didn't just checked this bug using code from idris master, it still can be reproduced. I will create the issue soon. |
justjoheinz
pushed a commit
to justjoheinz/atom-language-idris
that referenced
this issue
Jul 18, 2017
Fixes idris-hackers#154: Display the general idris compiler error message Use syntax highlighting in the error panel when idris reports source code snippets. Relates idris-hackers#171: Improve literate idris support: When in literate mode prefix source code inserted by atom with `>` characters where appropriate Fixes idris-hackers#131: Use syntax highlighting when using the doc command or `:doc` in the REPL. Update message panel version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, if I use Eff in type of function declaration case splitting stops working. I debugged and go the error message. I'm not sure it is a bug of package, but it least this error should appear somewhere:
And this is the code that triggers the bug, if you try case-split on
x
:The text was updated successfully, but these errors were encountered: