-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monadic versions #5
Comments
Sounds good! I'll get to adding these when I'm less busy with work. Thanks for the issue! |
@vmchale Also about zygoM
:: (Monad m, Traversable (Base a), Recursive a) =>
(Base a b -> m b) -> (Base a (b, c) -> m c) -> a -> m c
zygoM = undefined I tried to implement it in haskell but maybe I don't know how it should be correct |
@vmchale Also oftop but maybe u can create some examples for it https://hackage.haskell.org/package/recursion-schemes-ext-0.1.0.1/docs/Data-Foldable-Functor-Extensions.html ? |
Hello @vmchale Here my haskell version of monadic RS
also interesting examples =)
Also metamorphism
I have
dyna
and other implementationThe text was updated successfully, but these errors were encountered: