GitHub / purescript/purescript-foldable-traversable issues and pull requests
#152 - Chez/foreign
Pull Request -
State: closed - Opened by anttih almost 2 years ago
#151 - foldr1 and foldl1 are too restrictive
Issue -
State: open - Opened by natefaubion about 3 years ago
- 1 comment
Labels: type: breaking change
#150 - Prepare v6.0.0 release (1st PS 0.15.0-compatible release)
Pull Request -
State: closed - Opened by JordanMartinez over 3 years ago
- 3 comments
Labels: purs-0.15
#149 - Stack safe default folds
Pull Request -
State: closed - Opened by ntwilson over 3 years ago
- 4 comments
Labels: purs-0.15
#148 - Make `foldrDefault`/`foldlDefault` stack-safe
Issue -
State: closed - Opened by ntwilson over 3 years ago
- 11 comments
#147 - Drop deprecated foldMap1Default
Pull Request -
State: closed - Opened by JordanMartinez over 3 years ago
- 2 comments
#146 - Update to v0.15.0
Pull Request -
State: closed - Opened by JordanMartinez over 3 years ago
Labels: type: breaking change, purs-0.15
#145 - Narrow down unnecessarily imprecise type
Pull Request -
State: closed - Opened by mhmdanas over 3 years ago
#144 - Migrate FFI to ES modules
Pull Request -
State: closed - Opened by JordanMartinez over 3 years ago
#143 - Type of mapWithIndexArray is imprecise
Issue -
State: closed - Opened by paf31 over 3 years ago
Labels: type: enhancement, good first issue
#142 - Change types in traverseArrayImpl to be more truthful
Pull Request -
State: closed - Opened by cdepillabout almost 4 years ago
- 1 comment
#141 - Add foldlMaybe and code reuse
Pull Request -
State: open - Opened by theqp almost 4 years ago
#140 - Add `count`
Issue -
State: open - Opened by chuckwondo almost 4 years ago
- 7 comments
Labels: type: enhancement, status: accepted
#139 - Document possible CyclesInDeclaration error when using defaults
Issue -
State: open - Opened by jmatsushita about 4 years ago
- 1 comment
Labels: type: documentation
#138 - Re-export `product` in `Data.Traversable`
Pull Request -
State: open - Opened by mhmdanas about 4 years ago
#137 - `Data.Traversable` re-exports `sum` from `Data.Foldable` but not `product`
Issue -
State: open - Opened by mhmdanas about 4 years ago
- 5 comments
Labels: type: enhancement
#136 - foldrM
Issue -
State: open - Opened by mrsekut about 4 years ago
- 3 comments
Labels: type: enhancement
#135 - Fix warnings revealed by v0.14.1 PS release
Pull Request -
State: closed - Opened by JordanMartinez over 4 years ago
#134 - Prepare v5.0.0 release
Pull Request -
State: closed - Opened by kl0tl over 4 years ago
#133 - Export lookup
Pull Request -
State: closed - Opened by JordanMartinez over 4 years ago
- 1 comment
#132 - Update instance names to match "ClassType" convention?
Issue -
State: open - Opened by JordanMartinez over 4 years ago
- 4 comments
Labels: type: breaking change, purs-0.15
#131 - Refactor functors and related packages
Pull Request -
State: closed - Opened by rhendric over 4 years ago
- 3 comments
#130 - Changelog updates since v4.1.1
Pull Request -
State: closed - Opened by milesfrain over 4 years ago
#129 - Generate changelog and add PR template
Pull Request -
State: closed - Opened by JordanMartinez over 4 years ago
#128 - Remove fold1 from Foldable1
Pull Request -
State: closed - Opened by kl0tl over 4 years ago
- 12 comments
#127 - Migrate to GitHub Actions
Pull Request -
State: closed - Opened by thomashoneyman over 4 years ago
#126 - Why is the argument order of foldr and foldl switched up?
Issue -
State: closed - Opened by f6ADt over 4 years ago
- 3 comments
#125 - Remove fold1 from Foldable1
Issue -
State: closed - Opened by kl0tl almost 5 years ago
- 6 comments
#124 - Default implementations of foldMap1
Issue -
State: closed - Opened by kl0tl almost 5 years ago
- 1 comment
#123 - Add maximumBy and minimumBy to Data.Semigroup.Foldable
Pull Request -
State: closed - Opened by kl0tl almost 5 years ago
#122 - Add oneOf1 and oneOfMap1 to Data.Semigroup.Foldable
Pull Request -
State: open - Opened by kl0tl almost 5 years ago
#121 - Foldable1.foldr1 and Foldable1.foldl1
Pull Request -
State: closed - Opened by rhendric almost 5 years ago
#120 - Update to v0.14.0-rc3
Pull Request -
State: closed - Opened by JordanMartinez almost 5 years ago
- 4 comments
#119 - feat: findMapWithIndex -> implement
Pull Request -
State: closed - Opened by srghma almost 5 years ago
- 1 comment
#118 - Document early termination of `all` and friends.
Issue -
State: open - Opened by milesfrain almost 5 years ago
- 2 comments
Labels: type: documentation
#117 - Documentation for Foldable1 doesn't state which combinations of default implementations are unsafe to use together
Issue -
State: closed - Opened by mhmdanas about 5 years ago
Labels: type: enhancement
#116 - Bump pulp version
Pull Request -
State: closed - Opened by garyb about 5 years ago
#115 - Add examples for sequence and traverse
Pull Request -
State: closed - Opened by milesfrain about 5 years ago
- 3 comments
#114 - Add intersperse
Issue -
State: closed - Opened by i-am-the-slime about 5 years ago
- 3 comments
#113 - Unexpected scanr behavior
Issue -
State: closed - Opened by berndlosert about 5 years ago
- 2 comments
#112 - Update CI
Pull Request -
State: closed - Opened by garyb over 5 years ago
#111 - Change foldM type signature to more closely match foldl
Pull Request -
State: closed - Opened by milesfrain almost 6 years ago
- 10 comments
#110 - `foldl1` and `foldr1`
Issue -
State: closed - Opened by rhendric almost 6 years ago
- 2 comments
Labels: type: enhancement
#109 - Clarify the difference between Traversable and Traversable1
Issue -
State: open - Opened by hdgarrood about 6 years ago
Labels: type: documentation
#108 - added traverseM
Pull Request -
State: open - Opened by dwhitney over 6 years ago
- 2 comments
#107 - add `elemBy`?
Issue -
State: open - Opened by justinwoo over 6 years ago
Labels: type: enhancement
#106 - Add some examples to intercalate documentation
Pull Request -
State: closed - Opened by shmish111 over 6 years ago
- 1 comment
#105 - documentation for intercalate
Issue -
State: closed - Opened by shmish111 over 6 years ago
- 5 comments
#104 - Export `minimum` and `maximum` from Semigroup.Foldable
Pull Request -
State: closed - Opened by paluh almost 7 years ago
#103 - Fix error in documentation of `scanr`
Pull Request -
State: closed - Opened by nfgrusk almost 7 years ago
#102 - Update for PureScript 0.12
Pull Request -
State: closed - Opened by garyb about 7 years ago
#101 - Let findWithIndex also return index of found value
Pull Request -
State: closed - Opened by garyb about 7 years ago
#100 - Add `minimum` and `maximum` to `Data.Semigroup.Foldable`
Pull Request -
State: closed - Opened by colehaus over 7 years ago
- 1 comment
#99 - Unfoldable1
Issue -
State: closed - Opened by matthewleon over 7 years ago
- 3 comments
#98 - foldRecM
Issue -
State: open - Opened by matthewleon over 7 years ago
- 3 comments
Labels: type: enhancement, status: blocked
#97 - Traversable1 instances matching Foldable1 instances
Pull Request -
State: closed - Opened by matthewleon over 7 years ago
- 1 comment
#96 - instances for Data.Lazy
Pull Request -
State: closed - Opened by matthewleon over 7 years ago
#95 - laws
Issue -
State: closed - Opened by matthewleon over 7 years ago
- 1 comment
#94 - instances for Lazy
Issue -
State: closed - Opened by matthewleon over 7 years ago
- 10 comments
#93 - Foldable1.head and Foldable1.last
Pull Request -
State: closed - Opened by matthewleon over 7 years ago
- 11 comments
#92 - Foldable.head and Foldable.last
Pull Request -
State: closed - Opened by matthewleon over 7 years ago
- 3 comments
#91 - Make length, etc. members?
Issue -
State: open - Opened by matthewleon over 7 years ago
- 1 comment
Labels: type: enhancement, status: blocked
#90 - mention Haskell semigroupoids in LICENSE?
Issue -
State: open - Opened by matthewleon over 7 years ago
Labels: type: enhancement
#89 - Foldable1.intercalate
Pull Request -
State: closed - Opened by matthewleon over 7 years ago
- 5 comments
#88 - default non-indexed impls using indexed impls
Pull Request -
State: closed - Opened by matthewleon over 7 years ago
- 2 comments
#87 - Default implementations of folds in terms of indexed folds
Issue -
State: closed - Opened by matthewleon over 7 years ago
- 3 comments
#86 - Fix shadowed name warnings in `indexl` / `indexr`
Pull Request -
State: closed - Opened by garyb over 7 years ago
#85 - document Data.Traversable.Accum
Issue -
State: open - Opened by matthewleon over 7 years ago
Labels: type: documentation
#84 - discussion: describe relation between Foldable and Unfoldable and there indexed versions
Issue -
State: open - Opened by safareli over 7 years ago
- 6 comments
Labels: status: needs more info
#83 - add Indexl and indexr
Pull Request -
State: closed - Opened by safareli over 7 years ago
- 11 comments
#82 - add `index :: forall a f. Foldable => f a -> Int -> Maybe a`
Issue -
State: closed - Opened by safareli over 7 years ago
- 1 comment
#81 - should the Indexed classes have their fundep?
Issue -
State: closed - Opened by matthewleon over 7 years ago
- 3 comments
#80 - Link foldM docs to purescript-safely.
Pull Request -
State: closed - Opened by matthewleon over 7 years ago
- 7 comments
#79 - Fix test for foldrDefault
Pull Request -
State: closed - Opened by tekerson almost 8 years ago
- 1 comment
#78 - Divide and conquer traverse 2
Pull Request -
State: closed - Opened by jacereda almost 8 years ago
- 4 comments
#77 - Trigger effectful traverse stack overflow in test
Pull Request -
State: closed - Opened by jacereda almost 8 years ago
- 1 comment
#76 - Export oneofmap
Pull Request -
State: closed - Opened by natefaubion almost 8 years ago
- 1 comment
#75 - Add oneOfMap
Pull Request -
State: closed - Opened by natefaubion almost 8 years ago
- 1 comment
#74 - Let findWithIndex also return index of found value
Pull Request -
State: closed - Opened by mbid about 8 years ago
- 5 comments
#73 - Fix foldMapDefaultL
Pull Request -
State: closed - Opened by mbid about 8 years ago
- 9 comments
#72 - Add -WithIndex classes
Pull Request -
State: closed - Opened by mbid about 8 years ago
- 11 comments
#71 - Auto-publishing has been failing since v3.1.0
Issue -
State: closed - Opened by hdgarrood about 8 years ago
- 6 comments
#70 - Iterable typeclass.
Pull Request -
State: closed - Opened by matthewleon about 8 years ago
- 18 comments
#69 - Make `foldr` lazy
Issue -
State: closed - Opened by natefaubion about 8 years ago
- 10 comments
#68 - Add Foldable1 And Traversable1 type classes
Pull Request -
State: closed - Opened by LukaJCB about 8 years ago
- 6 comments
#67 - Add missing Traversable instances for Bifunctor kit?
Issue -
State: closed - Opened by LiamGoodacre about 8 years ago
- 3 comments
#66 - add foldM
Pull Request -
State: closed - Opened by clayrat over 8 years ago
#65 - foldM?
Issue -
State: closed - Opened by clayrat over 8 years ago
- 1 comment
#64 - use naive Lazy List `foldr`
Issue -
State: closed - Opened by matthewleon over 8 years ago
- 1 comment
#63 - remove `print` from docs
Issue -
State: open - Opened by matthewleon over 8 years ago
Labels: type: documentation
#62 - length for Foldables
Pull Request -
State: closed - Opened by garyb over 8 years ago
#61 - Update for PureScript 0.11
Pull Request -
State: closed - Opened by garyb over 8 years ago
#60 - null for Foldables
Pull Request -
State: closed - Opened by matthewleon over 8 years ago
- 1 comment
#59 - length for Foldables
Pull Request -
State: closed - Opened by matthewleon over 8 years ago
- 1 comment
#58 - Add surroundMap and surround
Pull Request -
State: closed - Opened by LiamGoodacre over 8 years ago
- 8 comments
#57 - Eta reduction gives better generated code
Pull Request -
State: closed - Opened by mlang over 8 years ago
- 2 comments
#54 - Divide and conquer traverse
Pull Request -
State: closed - Opened by hdgarrood over 8 years ago
- 5 comments
#53 - Added `mapDefault` and `foldMapDefault` to `Data.Traversable`.
Pull Request -
State: closed - Opened by benjamin-hodgson almost 9 years ago
- 3 comments
#52 - Wrap `traverseArrayImpl` IIFE in parentheses
Pull Request -
State: closed - Opened by tslawler almost 9 years ago
- 4 comments
#49 - FFI?
Issue -
State: closed - Opened by joneshf about 9 years ago
- 7 comments