[Git][ghc/ghc][master] GHC.Internal.Exception.Context: Fix comment
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 6213bb57 by maralorn at 2026-01-02T16:30:32+01:00 GHC.Internal.Exception.Context: Fix comment on addExceptionAnnotation - - - - - 1 changed file: - libraries/ghc-internal/src/GHC/Internal/Exception/Context.hs Changes: ===================================== libraries/ghc-internal/src/GHC/Internal/Exception/Context.hs ===================================== @@ -64,7 +64,7 @@ instance Monoid ExceptionContext where emptyExceptionContext :: ExceptionContext emptyExceptionContext = ExceptionContext [] --- | Construct a singleton 'ExceptionContext' from an 'ExceptionAnnotation'. +-- | Add an 'ExceptionAnnotation' to a given 'ExceptionContext'. -- -- @since base-4.20.0.0 addExceptionAnnotation :: ExceptionAnnotation a => a -> ExceptionContext -> ExceptionContext View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6213bb576d90f9725a7a3fddf47b299a... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6213bb576d90f9725a7a3fddf47b299a... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)