Open
Description
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:

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

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
Labels
No labels