Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in recursion-schemes

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

Catamorphisms for Church-encoded lists

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

Proving the fusion law for unfold

Chaining values with catamorphisms

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

What is Fokkinga's prepromorphism meant to do?

haskell recursion-schemes

Using recursion schemes in Haskell for solving change making problem

Avoid non-exhaustive pattern match when using para recursion-scheme

haskell recursion-schemes

Monoidal folds on fixed points

How to update a structure with recursion schemes?

haskell recursion-schemes

Unfolding non-empty structures to lists

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

Infinite recursive types in Coq (for Bananas and Lenses)

coq recursion-schemes

Catamorphism that allows looking at part of the final result

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

How to work with AST with Cofree annotation?

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

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