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
Add short circuiting functions of elem, notElem, find, findMap, scanl, and scanr (#189)
* Implement monomorphic version of find that short circuits
* Implement monomorphic short-circuiting elem and notElem
* Implement monomorphic short-circuiting findMap
* Implement monomorphic short-circuiting scanl/scanr
* Add docs to elem and notElem
* Remove polymorphic scanl/scanr from exports
* Create a sized array in scanl/scanr
* Add test for cases where more than one elem satisifes predicate
* Replace scanl/scanr aliases with FFI implementations
* Verify findMap: first elem is returned even if later elem satisfies pred
* Verify scanl/r returns same results as Foldable counterpart
* Import scanl/scanr from correct module
0 commit comments