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 v6.0.0 release (1st PS 0.15.0-compatible release) (#150) * Update the bower dependencies * Update Node to 14 in CI * Update the changelog * Update bower.json * Fix test due to math import Co-authored-by: Thomas Honeyman <hello@thomashoneyman.com>
Prepare v5.0.0 release (#134) * 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 test for foldrDefault (#79) * Fix test for foldrDefault The test labelled "Test foldrDefault" was calling the function to test fold*l*Default (`testFoldableFoldlDefault`). The test for foldrDefault (`testFoldableFoldrDefault`) was never called.