tree-sitter-haskell icon indicating copy to clipboard operation
tree-sitter-haskell copied to clipboard

(->.) operator causes parsing failure

Open josephsumabat opened this issue 2 months ago • 1 comments

The (->.) operator used by some libraries results in a parsing failure

Simple reproduction:

import Database.Esqueleto.PostgreSQL.JSON ((->.))

josephsumabat avatar Oct 17 '25 16:10 josephsumabat

Fixed upstream https://github.com/tree-sitter/tree-sitter-haskell/pull/148#issuecomment-3445046686

josephsumabat avatar Oct 25 '25 00:10 josephsumabat