tree-sitter-haskell
tree-sitter-haskell copied to clipboard
incorrect `if then else` parse in `do` blocks
This only happens when the True
is dedented on the same line as the if
and the if
is in do
block.