Hi,
I recently became interested in recursion schemes, and I noticed that almost all implementations are in typed languages. I understand the advantage of having an implementation using recursion at the type level, but why is it that there are so few material in untyped languages?
For instance, would a recursion schemes racket lib be useful or is there something I am missing? I noticed that there is no such lib, currently.
Thanks,
Raoul