List Question
20 TechQA 2023-03-18T15:52:34.197000Implement Scala Cats Traverse for State
172 views
Asked by D Ainslie
Is there a name in Haskell for `[m a] -> m a`?
187 views
Asked by jacobsa
Is there a name for this higher-level "bi" version of distribute in Haskell?
192 views
Asked by jacobsa
List Traversal in a lazy setting that produces expressions in WHNF
128 views
Asked by AudioBubble
Haskell traverse and filter through a list while lifting results
175 views
Asked by gust
Why are traversals defined over Applicatives, fundamentally?
484 views
Asked by janet
TypeScript - using recursive generics properly
73 views
Asked by Istvan Orban
What is This More General Almost-Traversal Operation
141 views
Asked by Bondolin
Can ZipList be Distributive?
262 views
Asked by ShapeOfMatter
Can trees be generalized to allow any traversable sub-tree?
181 views
Asked by loke202
in Haskell, how to replace elements of a pair in the presence of Maybe values?
326 views
Asked by Adam Dingle
How to interpret a Traversable type as an Applicative in this function?
97 views
Asked by rambi
Building a list from a non-traversable without recursion
143 views
Asked by category
What subclasses of `Profunctor` does `FunList` support?
147 views
Asked by Asad Saeeduddin
Does a joined Bitraversable require Monad?
121 views
Asked by Wheat Wizard
How could sequence be written down for Arrows?
147 views
Asked by Zhiltsoff Igor
What should a Traversable instance look like for a Tree datatype with a nested Maybe value?
828 views
Asked by kleinerbur
Why can't a Traversable visit its elements more than once?
353 views
Asked by Joseph Sible-Reinstate Monica
How to apply a traversable of functions to a one value
178 views
Asked by Yuanyuan MA
How to model this recurisve structure in Haskell?
189 views
Asked by dhu