tree-sitter / haskell-tree-sitter

Haskell bindings for tree-sitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Derive Generic1 instances for AST nodes

robrix opened this issue · comments

As with #182, this runs into #197, i.e. we will need to switch the representation of anonymous sums from Either to :+:.

Fixed by #214