Search code examples
Can I write a dependent left fold in terms of a dependent right fold?...


haskellfoldagdadependent-type

Read More
Liquid Haskell error with binary search tree deletion...


haskellrefinement-typeliquid-haskell

Read More
Why can't print text passed via std input to createProcess-ed process?...


haskellfunctional-programmingiopipe

Read More
What constitutes codata in the context of programming?...


haskellrecursionfunctional-programmingcorecursioncodata

Read More
Handling starred and non-starred nodes in a tree transformation...


haskellrecursiontree

Read More
Implementing a language interpreter in Haskell...


haskellinterpreter

Read More
What the heck is "-<", anyway?...


haskellmonadsarrow-abstraction

Read More
How to rebind Haskell's proc-notation to user defined Arrows?...


haskellghcarrow-abstraction

Read More
Functor is for (a -> b) -> (f a -> f b), what is for (Category c) => c a b -> c (f a)...


haskellcategory-theorycategory-abstractions

Read More
How would I translate a Haskell type class into F#?...


oophaskellf#typeclassarrow-abstraction

Read More
Hughes' Arrowed FilterA Exercise...


haskellarrow-abstraction

Read More
What about arrows?...


haskellarrow-abstraction

Read More
HXT: How to use output of an arrow as function argument?...


xmlhaskellarrow-abstractionhxt

Read More
John Hughes' Deterministic LL(1) parsing with Arrow and errors...


parsinghaskellfunctional-programmingll-grammararrow-abstraction

Read More
When building a Haskell Reader Arrow, what implementation of "ask" gets rid of the extrane...


haskellarrow-abstraction

Read More
How is `arr fst` a natural transformation?...


haskellfunctorcategory-theoryarrow-abstraction

Read More
Hughes' Fibonacci stream...


haskellfibonaccifrparrow-abstraction

Read More
Array-aggregation across a link-table in Opaleye...


haskellarrow-abstractionopaleyeprofunctor

Read More
When do Applicatives run their effects?...


haskellapplicativeside-effectsarrow-abstraction

Read More
Why do Static Arrows generalise Arrows?...


haskellapplicativecategory-theoryarrow-abstraction

Read More
Why is ArrowApply an only option when proving equivalence with Monads?...


haskellmonadscategory-theoryarrow-abstraction

Read More
How could sequence be written down for Arrows?...


listhaskellapplicativearrow-abstractiontraversable

Read More
How to implement uncurry point-free in Haskell without app?...


haskelltuplescurryingpointfreearrow-abstraction

Read More
Why does mutual yielding make ArrowApply and Monads equivalent, unlike Arrow and Applicative?...


haskellmonadsapplicativecategory-theoryarrow-abstraction

Read More
Haskell: arrows on trees, XML, and Hxt: Transform text leaves into subtrees...


xmlhaskelldo-notationarrow-abstractionhxt

Read More
Why does recursive binding of arrow function in Haskell loop infinitely?...


haskellrecursioninfinite-loopinterpretationarrow-abstraction

Read More
How to implement Factorial via Control.Arrow.loop?...


haskellfunctional-programmingfactorialarrow-abstraction

Read More
f, g, h :: Kleisli ((->) e) a b <=> f >>> (g &&& h) = (f >>> ...


haskellmonadsarrow-abstractionreader-monadkleisli

Read More
Bifunctor vs. Arrow methods...


haskelltypeclassarrow-abstractionbifunctor

Read More
"Generalized arrows" and proc notation?...


haskellghcarrow-abstractioncategory-abstractions

Read More
BackNext