Closed
Description
Is your enhancement request related to a problem? Please describe.
stan gives a warning on every single lazy field (!) of a data structure that one defines, with the dubious suggestion to add StrictData
pragmas.
Haskell is a lazy language and the idea that lazy fields cause space leaks is confused. It is embarrassing that the official language server would behave like this out of the box!
Describe the solution you'd like
Stan suggestions should not pop up or the default options should disable the warning about defining non-strict data structures.
Additional context
