haskell / haskell-language-server

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Apache License 2.0
2.72k stars 368 forks source link

parenthise pattern export if needed #4419

Closed ttylec closed 1 month ago

ttylec commented 1 month ago

Solves #4379 issue. parenthizeIfNeeds was missing.

ttylec commented 1 month ago

Closing since there is a better one.