Module

Matryoshka.Util

Package
purescript-matryoshka
Repository
purescript-contrib/purescript-matryoshka

#mapR Source

mapR :: forall t f u g. Recursive t f => Corecursive u g => (f t -> g u) -> t -> u

#traverseR Source

traverseR :: forall t f u g m. Recursive t f => Corecursive u g => Functor m => (f t -> m (g u)) -> t -> m u