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

Confusing error message for TheTruthBehindMultipleReturnValues when integers entered #25

Closed
relentless opened this issue Jan 9, 2014 · 1 comment

Comments

@relentless
Copy link

I found that for the above koan, people often enter (9, 27) instead of (9.0, 27.0). The trouble is, when they do this the error message reads:

Expected: <(9, 27)>
But was: <(9, 27)>

Which has lead to some people getting stuck. If the message can't be changed, perhaps a hint in a comment would help.

@ChrisMarinos
Copy link
Owner

This is one of the (unfortunate) consequences of #15. Until it's fixed, it's a good chance to have a discussion about equality in F#. :-)

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

2 participants