ITADN

(->.) operator causes parsing failure

#146Openjosephsumabat 创建于 2025-10-17
J
josephsumabatcommented
The `(->.)` operator used by [some libraries](https://hoogle.haskell.org/?hoogle=-%3E.) results in a parsing failure Simple reproduction: ``` import Database.Esqueleto.PostgreSQL.JSON ((->.)) ```
0 条评论