mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-16 07:52:05 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user