Skip to content
  • Alan Zimmerman's avatar
    EPA: DotFieldOcc does not have exact print annotations · ff67c79e
    Alan Zimmerman authored and Marge Bot's avatar Marge Bot committed
    For the code
    
        {-# LANGUAGE OverloadedRecordUpdate #-}
    
        operatorUpdate f = f{(+) = 1}
    
    There are no exact print annotations for the parens around the +
    symbol, nor does normal ppr print them.
    
    This MR fixes that.
    
    Closes #21805
    
    Updates haddock submodule
    ff67c79e