Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
16014bf8
by Hécate Kleidukos at 2025-05-28T20:09:34-04:00
1 changed file:
Changes:
... | ... | @@ -3,16 +3,7 @@ |
3 | 3 | {-# LANGUAGE NamedFieldPuns #-}
|
4 | 4 | {-# LANGUAGE RankNTypes #-}
|
5 | 5 | |
6 | -module GHC.Internal.Exception.Backtrace
|
|
7 | - ( -- * Backtrace mechanisms
|
|
8 | - BacktraceMechanism(..)
|
|
9 | - , getBacktraceMechanismState
|
|
10 | - , setBacktraceMechanismState
|
|
11 | - -- * Collecting backtraces
|
|
12 | - , Backtraces(..)
|
|
13 | - , displayBacktraces
|
|
14 | - , collectBacktraces
|
|
15 | - ) where
|
|
6 | +module GHC.Internal.Exception.Backtrace where
|
|
16 | 7 | |
17 | 8 | import GHC.Internal.Base
|
18 | 9 | import GHC.Internal.Data.OldList
|