origamitower / folktale

[not actively maintained!] A standard library for functional programming in JavaScript
https://folktale.origamitower.com/
MIT License
2.04k stars 102 forks source link

Fixes debug representation for numbers #193

Closed robotlolita closed 6 years ago

robotlolita commented 6 years ago

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

This fixes #191