mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-16 16:25:37 +03:00
Update document.
This commit is contained in:
parent
607bdbbbd8
commit
c0ef5e6efd
@ -143,7 +143,7 @@ instance ProjectableGeneralizedZip () a a where
|
|||||||
instance ProjectableGeneralizedZip a b (a, b) where
|
instance ProjectableGeneralizedZip a b (a, b) where
|
||||||
generalizedZip = projectZip
|
generalizedZip = projectZip
|
||||||
|
|
||||||
-- | Binary operator version of generalizedZip.
|
-- | Binary operator the same as 'generalizedZip'.
|
||||||
(>?<) :: (ProjectableGeneralizedZip a b c, ProjectableZip p)
|
(>?<) :: (ProjectableGeneralizedZip a b c, ProjectableZip p)
|
||||||
=> p a -> p b -> p c
|
=> p a -> p b -> p c
|
||||||
(>?<) = generalizedZip
|
(>?<) = generalizedZip
|
||||||
|
Loading…
Reference in New Issue
Block a user