You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
optics uses Forget for view and Tagged (the flip of Const, if anyone is curious) for review, but one can also define review using a profunctor that’s more clearly related to Forget:
I have defined such a creature for reasons, and, happily, it admits instances of (at least) Costrong, Choice, Closed, CosieveandSieve, but only Corepresentable; and at a lower rank, Distributive, Representable, and so on.
If there’d be any interest in it living here I will be happy to submit a PR.
The text was updated successfully, but these errors were encountered:
optics
usesForget
forview
andTagged
(the flip ofConst
, if anyone is curious) forreview
, but one can also definereview
using a profunctor that’s more clearly related toForget
:I have defined such a creature for reasons, and, happily, it admits instances of (at least)
Costrong
,Choice
,Closed
,Cosieve
andSieve
, but onlyCorepresentable
; and at a lower rank,Distributive
,Representable
, and so on.If there’d be any interest in it living here I will be happy to submit a PR.
The text was updated successfully, but these errors were encountered: