base-4.20.0.0: src/Control/Exception/Backtrace.hs
-- |
-- Module : Control.Exception.Backtrace
-- Copyright : (c) The University of Glasgow 1994-2023
-- License : see libraries/base/LICENSE
--
-- Maintainer : ghc-devs@haskell.org
-- Stability : internal
-- Portability : non-portable (GHC Extensions)
--
-- Mechanisms for collecting diagnostic backtraces and their representation.
--
module Control.Exception.Backtrace
( -- * Backtrace mechanisms
BacktraceMechanism(..)
, getBacktraceMechanismState
, setBacktraceMechanismState
-- * Collecting backtraces
, Backtraces
, displayBacktraces
, collectBacktraces
) where
import GHC.Internal.Exception.Backtrace