Skip to content

TypeCheck Failure Printout is unexpected #90

Open
@rutenkolk

Description

@rutenkolk

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"?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

      Participants

      @rutenkolk

      Issue actions

        TypeCheck Failure Printout is unexpected · Issue #90 · idris-hackers/idris-vim