How to use recursion-schemes to `cata` two mutually-recursive types?...
Read MoreForgetting Cofree annotations using a catamorphism...
Read MoreModeling a dependent computation task?...
Read MoreIs this some kind of morphism in the recursion-schemes?...
Read MoreWhat does "coalgebra" mean in the context of programming?...
Read MoreUsing a paramorphism inside of an apomorphism...
Read MoreHow to implement an anamorphism such that it can be build upon any value of the the return type (rat...
Read MoreLattice paths algorithm using recursion schemes...
Read MoreWhat do the generic type constraints ":<:" and ":+:" mean in this Scala examp...
Read MoreSelectively recurse into left or right subtree of a binary tree using a catamorphism (or any recursi...
Read MoreHistomorphisms, Zygomorphisms and Futumorphisms specialised to lists...
Read MoreHow can I avoid explicit recursion in this case?...
Read MoreAlpha Beta Pruning with Recursion Schemes...
Read MoreUsing recursion schemes in Haskell for solving change making problem...
Read MoreHaskell monadic parser with anamorphisms...
Read MoreHow to convert recursive algorithm to dynamic programming?...
Read MoreRecursion scheme allowing dependencies between recursive calls (an ordered catamorphism?)...
Read MoreIs it possible to create efficient recombining trees using (co)recursion?...
Read MoreGenerate lexicographic series efficiently in Python...
Read MoreHow to update a structure with recursion schemes?...
Read MoreWhat is the type of apomorphism specific to list and how is it implemented?...
Read MoreHow can I walk this type with a recursion scheme instead of explicit recursion?...
Read MoreInfinite recursive types in Coq (for Bananas and Lenses)...
Read MoreCan I write `foldr` (or `foldMap`) in terms of 'recursion schemes' `cata`?...
Read MoreWhat is the difference between Fix, Mu and Nu in Ed Kmett's recursion scheme package...
Read MoreRecursion schemes using `Fix` on a data-type that's already a Functor?...
Read More