mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-02 08:53:07 +03:00
9272bfe030
* Code action to add default type annotation to satisfy the contraints this is useful when using `traceShow` with with OverloadedStrings and type-defaults warning enabled Handle the following cases: - there is one literal and one contraint to be satisfied - there are mulitple literals and/or multiple constraints Adding type annotations to expressions that trigger type-defaults warning is not part of this changes * Simplify older test * Fix hlint issue |
||
---|---|---|
.. | ||
Main.hs |