Skip to content

difference in presentation of incomparability error #484

Open
@shriram

Description

@shriram

Program:

fun f1(n :: Number): n + n end
fun f2(n :: Number): 2 * n end

If I write (in either definitions or REPL) f1 < f2 I get a nice colorful error:

image

But if I write f1 == f2 I get the bland:

image

Not sure if this is a CPO issue per se, or something in what Pyret is exposing, but there seem be fewer open issues in this repo. (-:

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

    Issue actions