tree-sitter-haskell
tree-sitter-haskell copied to clipboard
(->.) operator causes parsing failure
The (->.) operator used by some libraries results in a parsing failure
Simple reproduction:
import Database.Esqueleto.PostgreSQL.JSON ((->.))
Fixed upstream https://github.com/tree-sitter/tree-sitter-haskell/pull/148#issuecomment-3445046686