Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • libraries/ghc-internal/src/GHC/Internal/Exception/Context.hs
    ... ... @@ -64,7 +64,7 @@ instance Monoid ExceptionContext where
    64 64
     emptyExceptionContext :: ExceptionContext
    
    65 65
     emptyExceptionContext = ExceptionContext []
    
    66 66
     
    
    67
    --- | Construct a singleton 'ExceptionContext' from an 'ExceptionAnnotation'.
    
    67
    +-- | Add an 'ExceptionAnnotation' to a given 'ExceptionContext'.
    
    68 68
     --
    
    69 69
     -- @since base-4.20.0.0
    
    70 70
     addExceptionAnnotation :: ExceptionAnnotation a => a -> ExceptionContext -> ExceptionContext