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
This would be useful to do fmap join . sequenceA . listToMaybe on a query which normally returns [Only (Maybe a)]. With the magic sequence this becomes Only (Maybe a).
The text was updated successfully, but these errors were encountered:
This would be useful to do
fmap join . sequenceA . listToMaybe
on a query which normally returns[Only (Maybe a)]
. With the magic sequence this becomesOnly (Maybe a)
.The text was updated successfully, but these errors were encountered: