scriptum icon indicating copy to clipboard operation
scriptum copied to clipboard

Add functional dependencies

Open ivenmarquardt opened this issue 4 years ago • 0 comments

Functional dependencies presuppose multi-parameter type classes and are required to implement resurcion schemes without lots of boilerplate. Consequently, scriptum won't provide recursion schemes until version 2.

However, this doesn't mean that appropiate types doesn't implement cata-/paramorphisms and ana-/apomorphisms respectively. Just without the recursion scheme machinery and thus with lots of repetition.

ivenmarquardt avatar Jul 17 '21 21:07 ivenmarquardt