Update document.

This commit is contained in:
Kei Hibino 2013-06-10 10:28:00 +09:00
parent 607bdbbbd8
commit c0ef5e6efd

View File

@ -143,7 +143,7 @@ instance ProjectableGeneralizedZip () a a where
instance ProjectableGeneralizedZip a b (a, b) where
generalizedZip = projectZip
-- | Binary operator version of generalizedZip.
-- | Binary operator the same as 'generalizedZip'.
(>?<) :: (ProjectableGeneralizedZip a b c, ProjectableZip p)
=> p a -> p b -> p c
(>?<) = generalizedZip