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
nullIsNothing::Prism'Valueq->Prism'Value (Maybeq)
nullIsNothing p = prism'
do\caseNothing->NullJust q -> review p q
do\caseNull->JustNothing
x ->Just<$> preview p x
Would you insert it ?
The text was updated successfully, but these errors were encountered:
I'll second that. Pull request submitted. There may be a cleverer way of doing this with the existing lens combinators, but if so then I haven't figured it out.
I'm using a lot this wrapper to parse maybes
Would you insert it ?
The text was updated successfully, but these errors were encountered: