Search code examples
How to understand foldTree function?...

haskellrecursiontreecatamorphism

Read More
Böhm-Beraducci encoding of Fix...

haskelltype-theorycatamorphismsystem-f

Read More
Why I get error "The type variable 'a occurs inside 'a t" with enabled -rectypes f...

ocamlfunctorrecursive-typecatamorphism

Read More
Forgetting Cofree annotations using a catamorphism...

haskellfunctional-programmingcategory-theoryrecursion-schemescatamorphism

Read More
Modeling a dependent computation task?...

typescripthaskellrecursion-schemescatamorphism

Read More
How to implement fixed points of functors in Java...

javafunctorhigher-kinded-typescatamorphismfixed-point-iteration

Read More
Memoizing a recursion scheme...

haskelltypesrecursion-schemescatamorphismanamorphism

Read More
"maybe"-like function for Bool and List?...

haskellcatamorphism

Read More
How to use daggy for conditional rendering in React...

reactjsconditional-renderingcatamorphismfantasyland

Read More
Does each type have a unique catamorphism?...

haskellcategory-theorycatamorphism

Read More
Implementing a catamorphism for Expression Trees...

haskellcatamorphism

Read More
Initial algebra for natural numbers...

haskellrecursionalgebraic-data-typescategory-theorycatamorphism

Read More
What is the connection between primitive recursion and catamorphisms?...

haskellrecursionfunctional-programmingfoldcatamorphism

Read More
Having trouble translating code from Haskell to SML...

haskellfunctional-programmingsmlcategory-theorycatamorphism

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

haskellfoldrecursion-schemesfoldablecatamorphism

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
Can one express catamorphism through Data.Function.fix?...

haskellrecursionoptimizationfixpoint-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
Is Data.List.Extra's list function the catamorphism of list?...

haskellrecursioncatamorphism

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
Granted a traversable F-Algebra, is it possible to have a catamorphism over an applicative algebra?...

haskellcategory-theorycatamorphism

Read More
Catamorphism in F#...

haskellf#catamorphism

Read More
Order of evaluation for cataM...

purescriptrecursion-schemescatamorphism

Read More
What are practical examples of the higher-order functions foldl and foldr?...

functional-programmingfoldcatamorphism

Read More
Recursion Schemes in Agda...

haskellrecursionagdacatamorphismrecursion-schemes

Read More
A library implementation of a recursion scheme...

haskellrecursioncatamorphismrecursion-schemes

Read More
In what way is Scala's Option fold a catamorphism?...

scalacategory-theoryscala-optioncatamorphismrecursion-schemes

Read More
BackNext