27 Nov
2020
27 Nov
'20
8:19 p.m.
Are either of these statements implied by the MonadZip laws? I don't see a way that they would be. mzipWith f (return x) (return y) = return (f x y) munzip (return (x, y)) = (return x, return y) If so, how? If not, do they make sense to add as laws of their own? Joseph C. Sible
1933
Age (days ago)
1933
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joseph C. Sible