Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in catamorphism

Is there something like cata but where you can match inner structure?

Catamorphisms for Church-encoded lists

Granted a traversable F-Algebra, is it possible to have a catamorphism over an applicative algebra?

How would I implement this fold function?

haskell tree fold catamorphism

"maybe"-like function for Bool and List?

haskell catamorphism

Catamorphism that allows looking at part of the final result

Scala type inference question

How to work with AST with Cofree annotation?

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

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

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

What is an anamorphism, and how does one look like in C#?

How do I give a Functor instance to a datatype built for general recursion schemes?

Does each type have a unique catamorphism?

Is it possible to compare two trees with recursion schemes?

What's the relation of fold on Option, Either etc and fold on Traversable?

A library implementation of a recursion scheme

What is the connection between primitive recursion and catamorphisms?

How to make catamorphisms work with parameterized/indexed types?

Recursion Schemes in Agda