The `(->.)` operator used by [some libraries](https://hoogle.haskell.org/?hoogle=-%3E.) results in a parsing failure Simple reproduction: ``` import Database.Esqueleto.PostgreSQL.JSON ((->.)) ```
The
(->.)operator used by some libraries results in a parsing failureSimple reproduction: