Skip to content

Commit b902b17

Browse files
vrom911Dmitrii Kovanikov
authored andcommitted
[#10] Lower fixity of =? operator (#11)
Resolves #10
1 parent 1de39be commit b902b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PgNamed.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ queryNamed [sql|
160160
]
161161
@
162162
-}
163-
infix 7 =?
163+
infix 1 =?
164164
(=?) :: (PG.ToField a) => Name -> a -> NamedParam
165165
n =? a = NamedParam n $ PG.toField a
166166
{-# INLINE (=?) #-}

0 commit comments

Comments
 (0)