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

Fixes debug representation for numbers #193

Merged
merged 1 commit into from
Jun 22, 2018
Merged

Conversation

robotlolita
Copy link
Member

Previously JSON.stringify was used for representing numbers, but that doesn't work with special IEEE754 values like NaN and Infinity.

This fixes #191

Previously JSON.stringify was used for representing numbers, but that doesn't work with special IEEE754 values like NaN and Infinity.

This fixes #191
@ghost ghost assigned robotlolita Jun 22, 2018
@ghost ghost added the in progress label Jun 22, 2018
@robotlolita robotlolita merged commit 9a3646f into master Jun 22, 2018
@ghost ghost removed the in progress label Jun 22, 2018
@robotlolita robotlolita deleted the patch/debugrepr branch June 22, 2018 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

value of Maybe is shown as null, when in fact it isn't
1 participant