Skip to content

Commit

Permalink
Add fixity on question-dot operator
Browse files Browse the repository at this point in the history
  • Loading branch information
parsonsmatt committed Dec 27, 2024
1 parent 8d51b6a commit 4da606b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Esqueleto/Internal/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ toBaseId = veryUnsafeCoerceSqlExprValue
{-# DEPRECATED rand "Since 2.6.0: `rand` ordering function is not uniform across all databases! To avoid accidental partiality it will be removed in the next major version." #-}

-- Fixity declarations
infixl 9 ^.
infixl 9 ^., ?.
infixl 7 *., /.
infixl 6 +., -.
infixr 5 ++.
Expand Down

0 comments on commit 4da606b

Please sign in to comment.