Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
6213bb57
by maralorn at 2026-01-02T16:30:32+01:00
1 changed file:
Changes:
| ... | ... | @@ -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
|