Skip to content
Snippets Groups Projects
Commit b5b3e34e authored by Vladislav Zavialov's avatar Vladislav Zavialov Committed by Marge Bot
Browse files

Implement -Woperator-whitespace (#18834)

This patch implements two related warnings:

  -Woperator-whitespace-ext-conflict
      warns on uses of infix operators that would be parsed
      differently were a particular GHC extension enabled

  -Woperator-whitespace
      warns on prefix, suffix, and tight infix uses of infix
      operators

Updates submodules: haddock, containers.
parent d858a3ae
No related branches found
No related tags found
No related merge requests found
Showing
with 215 additions and 43 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment