
28 Nov
2020
28 Nov
'20
1:19 a.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
1681
Age (days ago)
1681
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joseph C. Sible