Search code examples
Recursion schemes using `Fix` on a data-type that's already a Functor?...

haskellfunctorrecursive-datastructuresrecursion-schemesfixpoint-combinators

Read More
Chaining values with catamorphisms...

haskellfunctional-programmingrecursion-schemes

Read More
Avoid non-exhaustive pattern match when using para recursion-scheme...

haskellrecursion-schemes

Read More
How does compiler figure out fixed point of a functor and how cata work at leaf level?...

haskellcategory-theoryrecursion-schemesfixpoint-combinatorscatamorphism

Read More
Specifying a function type signature in a where clause...

haskellghcrecursion-schemescatamorphism

Read More
Efficient implementation of Catamorphisms in Scala...

scalaalgebraic-data-typescategory-theoryrecursion-schemescatamorphism

Read More
How to fold data structures from non-tail recursive algorithms?...

javascriptrecursionfunctional-programmingfoldrecursion-schemes

Read More
Express a futumorphism specialized to lists as an imperative loop...

javascriptloopshaskellrecursion-schemescorecursion

Read More
A recursion scheme from Int -> Int?...

haskellrecursion-schemescatamorphismanamorphism

Read More
What is a catamorphism and can it be implemented in C# 3.0?...

c#f#functional-programmingcatamorphismrecursion-schemes

Read More
How to define the fibonacci sequence using a fold for natural numbers?...

haskellrecursionfoldrecursion-schemescatamorphism

Read More
List filter using an anamorphism...

listhaskellrecursionrecursion-schemescorecursion

Read More
Learning recursion schemes in Haskell by TicTacToe...

haskellrecursionrecursion-schemes

Read More
Exhibiting the relationship between hylo and hyloM...

haskellrecursion-schemes

Read More
Haskell type instance failed to resolve...

haskelltype-familiesrecursion-schemes

Read More
Recursion schemes with several types...

haskellfunctional-programmingrecursion-schemes

Read More
Recursion scheme for symbolic differentiation...

haskellrecursion-schemes

Read More
How can I use a recursion scheme to express this probability distribution in Haskell...

haskellrecursionprobabilitycategory-theoryrecursion-schemes

Read More
Deforestation in a Hylomorphism...

haskellghcrecursion-schemes

Read More
What are the rules to compose f-algebras in a catamorphism...

haskellrecursion-schemes

Read More
How to write less boilerplate in a expression evaluator written with recursion-schemes...

haskellsyntaxboilerplaterecursion-schemes

Read More
Once I have an F-Algebra, can I define Foldable and Traversable in terms of it?...

haskellcategory-theoryrecursion-schemes

Read More
What is Fokkinga's prepromorphism meant to do?...

haskellrecursion-schemes

Read More
Haskell Recursion Schemes: Label the tree with intermediate results...

haskellrecursionrecursive-datastructuresrecursion-schemescorecursion

Read More
Proving the fusion law for unfold...

haskellrecursionproofinductionrecursion-schemes

Read More
Recursion issue when writing a "Pretext" aware version of Lens.para...

haskellrecursionhaskell-lensrecursion-schemes

Read More
Monoidal folds on fixed points...

haskellmonoidsrecursion-schemes

Read More
Factoring out recursion in a complex AST...

haskellabstract-syntax-treerecursion-schemes

Read More
Order of evaluation for cataM...

purescriptrecursion-schemescatamorphism

Read More
No instance for (Data.Functor.Classes.Show1 ExprF)...

haskelltypeclassrecursion-schemes

Read More
BackNext