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

line number and column snippet is not shown when evaluating idris code #121

Open
bbarker opened this issue Apr 28, 2018 · 0 comments
Open

Comments

@bbarker
Copy link

bbarker commented Apr 28, 2018

Maybe this is intentional, as the line and column number is still shown.

When I evaluate some code in vs code, I see this:

Errors (1)
/home/brandon/workspace/HaskellAndIdrisNotes/scratch/list_functions.idr:9:21
When checking type of Main.myListRev:
When checking argument y to type constructor =:
        Type mismatch between
                List a (Type of rev1 a _)
        and
                Type (Expected type)

Instead of this (from running idris on the file from a terminal):

list_functions.idr:9:21:
  |
9 | myListRev: List Nat = rev1 myList
  |                     ^
When checking type of Main.myListRev:
When checking argument y to type constructor =:
        Type mismatch between
                List a (Type of rev1 a _)
        and
                Type (Expected type)
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