Implement exception backtraces for STM exception machinery
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