We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
when a typecheck fails, vim-idris prints a less understandable error message than the standard idris repl.
It's the "Specifically" section that get's messed up.
As an example let's take the (wronlgy typed) ++ Function for Vect from the tutorial at
http://docs.idris-lang.org/en/latest/tutorial/typesfuns.html
idris repl prints exactly what is also printed in the tutorial: Specifically: Type mismatch between plus k k and plus k m
Specifically: Type mismatch between plus k k and plus k m
But in vim I get
Specifically: Type mismatch between plus k k and plus k mUnification failure
Is this just a missing newline before "Unification failure"?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
when a typecheck fails, vim-idris prints a less understandable error message than the standard idris repl.
It's the "Specifically" section that get's messed up.
As an example let's take the (wronlgy typed) ++ Function for Vect from the tutorial at
http://docs.idris-lang.org/en/latest/tutorial/typesfuns.html
idris repl prints exactly what is also printed in the tutorial:
Specifically: Type mismatch between plus k k and plus k m
But in vim I get
Specifically: Type mismatch between plus k k and plus k mUnification failure
Is this just a missing newline before "Unification failure"?
The text was updated successfully, but these errors were encountered: