ITADN
首页
AIGC
博客文章
GIT库
资源下载
C龙虾
程序订做
联系我们
tree-sitter/tree-sitter-haskell
/
Issues
(->.) operator causes parsing failure
#146
Open
josephsumabat
创建于 2025-10-17
J
josephsumabat
commented
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 条评论