haskell / lsp

Haskell library for the Microsoft Language Server Protocol
359 stars 89 forks source link

Consider being lenient about null/bool confusions #591

Open michaelpj opened 3 weeks ago

michaelpj commented 3 weeks ago

See https://github.com/emacs-lsp/lsp-mode/issues/4184. Clients might send us null to mean false (sigh). It might be nice to accept this.