Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in recursion-schemes

Alpha Beta Pruning with Recursion Schemes

How to implement an anamorphism such that it can be build upon any value of the the return type (rather than just the base case)

haskell recursion-schemes

Haskell cata types

Expression expansion using recursion schemes

haskell recursion-schemes

Forgetting Cofree annotations using a catamorphism

Chronomorphisms in Scala

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