Link directly to Haddock for >$< (#79)

This commit is contained in:
tomjaguarpaw 2021-06-28 10:40:28 +01:00 committed by GitHub
parent 4aa5ba952c
commit ac2d382e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ import qualified Opaleye.Internal.Order as Opaleye
-- instances.
--
-- A common pattern is to use '<>' to combine multiple orderings in sequence,
-- and '>$<' (from 'Contravariant') to select individual columns.
-- and 'Data.Functor.Contravariant.>$<' to select individual columns.
type Order :: Type -> Type
newtype Order a = Order (Opaleye.Order a)
deriving newtype (Contravariant, Divisible, Decidable, Semigroup, Monoid)