Skip to content

Implement exception backtraces for STM exception machinery

Ben Gamari requested to merge wip/T25365 into master

Previously the catchSTM and throwSTM combinators exposed by GHC.Conc, GHC.Conc.Sync, and the stm package were excluded from the exception backtrace treatment.

CLC proposals:

Depends upon !13275 (closed) .

Fixes #25365.

Edited by Ben Gamari

Merge request reports

Loading