Search code examples
Chronomorphisms in Scala...

scalafunctional-programmingrecursion-schemes

Read More
Writing foldLeft equivalent for recursion schemes...

haskelltypesalgebraic-data-typesrecursion-schemesfoldleft

Read More
How to use recursion-schemes to `cata` two mutually-recursive types?...

haskellrecursion-schemes

Read More
Forgetting Cofree annotations using a catamorphism...

haskellfunctional-programmingcategory-theoryrecursion-schemescatamorphism

Read More
Modeling a dependent computation task?...

typescripthaskellrecursion-schemescatamorphism

Read More
Is this some kind of morphism in the recursion-schemes?...

haskellrecursion-schemeseuclidean-algorithm

Read More
What does "coalgebra" mean in the context of programming?...

scalahaskellfunctional-programmingcategory-theoryrecursion-schemes

Read More
Memoizing a recursion scheme...

haskelltypesrecursion-schemescatamorphismanamorphism

Read More
Using a paramorphism inside of an apomorphism...

haskellrecursion-schemes

Read More
How to implement an anamorphism such that it can be build upon any value of the the return type (rat...

haskellrecursion-schemes

Read More
Lattice paths algorithm using recursion schemes...

haskellrecursion-schemes

Read More
What do the generic type constraints ":<:" and ":+:" mean in this Scala examp...

scalascalazscala-catshigher-kinded-typesrecursion-schemes

Read More
Selectively recurse into left or right subtree of a binary tree using a catamorphism (or any recursi...

haskelltime-complexitybinary-treerecursion-schemes

Read More
Histomorphisms, Zygomorphisms and Futumorphisms specialised to lists...

haskellrecursionrecursion-schemes

Read More
How can I avoid explicit recursion in this case?...

haskellrecursiontype-inferencerecursion-schemesfoldable

Read More
Alpha Beta Pruning with Recursion Schemes...

haskellrecursionfunctional-programmingrecursion-schemescomonad

Read More
Using recursion schemes in Haskell for solving change making problem...

haskellrecursiondynamic-programmingrecursion-schemes

Read More
Haskell monadic parser with anamorphisms...

parsinghaskellmonadsrecursion-schemesanamorphism

Read More
How to convert recursive algorithm to dynamic programming?...

c#recursiondynamic-programmingrecursion-schemes

Read More
Recursion scheme allowing dependencies between recursive calls (an ordered catamorphism?)...

haskellfunctional-programmingfoldcategory-theoryrecursion-schemes

Read More
Is it possible to create efficient recombining trees using (co)recursion?...

haskellrecursionbinary-treerecursion-schemes

Read More
Fix and Mu isomorphic...

haskellrecursion-schemesfixpoint-combinators

Read More
Generate lexicographic series efficiently in Python...

pythoncombinationssubset-sumlexicographicrecursion-schemes

Read More
How to update a structure with recursion schemes?...

haskellrecursion-schemes

Read More
What is the type of apomorphism specific to list and how is it implemented?...

haskellrecursion-schemesunfold

Read More
How can I walk this type with a recursion scheme instead of explicit recursion?...

haskellrecursive-datastructuresrecursion-schemes

Read More
Infinite recursive types in Coq (for Bananas and Lenses)...

coqrecursion-schemes

Read More
Top-down recursion schemes...

haskellrecursionorder-of-executionrecursion-schemes

Read More
Can I write `foldr` (or `foldMap`) in terms of 'recursion schemes' `cata`?...

haskellfoldrecursion-schemesfoldablecatamorphism

Read More
What is the difference between Fix, Mu and Nu in Ed Kmett's recursion scheme package...

haskellrecursive-datastructuresrecursion-schemesfixpoint-combinators

Read More
BackNext