Skip to content
  • Vladislav Zavialov's avatar
    Implement -Woperator-whitespace (#18834) · b5b3e34e
    Vladislav Zavialov authored and Marge Bot's avatar Marge Bot committed
    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.
    b5b3e34e