You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare v3.0.0 release (#26)
* Update CI to build with the latest version of the compiler
* Update the bower repository URL to match the URL in the registry
* Upgrade bower dependencies
* Update the changelog
Fix stack overflow in fromFoldable, fixes#3 (#6)
I had to rearrange things to remove that `where` clause in the tests
because otherwise I'd get a syntax error (still not entirely sure why,
but oh well).
The test I've added fails on `master` with compiler v0.12.3 and node
v8.10.0, but passes with the change to `fromFoldable`.