We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g.
Birecursive#iso
monocle.Iso
x.ana(f).cata(g) ≟ x.hylo(g, f)
f
g
x.cata(g) ≟ x.hylo(g, _.project)
gcata
futu
final
The text was updated successfully, but these errors were encountered:
@sellout Do you mind if I take a stab at this? I'd like to do this issue at the same time as this one here
Sorry, something went wrong.
Yeah, that would be awesome.
Feel free to poke me if you run into anything confusing on the Matryoshka side of things. I’m more than happy to help out.
Just a comment to show I haven't forgotten about this; hopefully will have something out fairly soon.
No branches or pull requests
E.g.
Birecursive#iso
should pass themonocle.Iso
laws.x.ana(f).cata(g) ≟ x.hylo(g, f)
(for some genericf
andg
)x.cata(g) ≟ x.hylo(g, _.project)
and its dualgcata
,futu
, etc.)final
or add laws comparing them to the default implsThe text was updated successfully, but these errors were encountered: