Skip to content

Commit

Permalink
Doc fix for except (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
DougBurke committed Jan 4, 2022
1 parent 7b9676b commit 3fb7472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rel8/Query/Set.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ intersectAll = zipOpaleyeWith (Opaleye.intersectAllExplicit binaryspec)


-- | Find the difference of two queries, collapsing duplicates @except a b@ is
-- the same as the SQL statement @x INTERSECT b@.
-- the same as the SQL statement @x EXCEPT b@.
except :: EqTable a => Query a -> Query a -> Query a
except = zipOpaleyeWith (Opaleye.exceptExplicit binaryspec)

Expand Down

0 comments on commit 3fb7472

Please sign in to comment.