practical uses for paramorphisms: they trivially turn recursive data structures into rose trees, dropping field names while preserving the recursive structure
practical uses for that: it gives me an easy way to do a stack safe implementation of the traversal utility that I’m currently writing
practical uses for that: idk the paper I’m implementing included it and I’m a completionist