Skip to content
Snippets Groups Projects

base: Export constructor of Control.Exception.Backtrace.Backtraces

Open Ben Gamari requested to merge wip/T25753 into master
1 unresolved thread
Files
7
@@ -51,7 +51,7 @@ module Control.Exception.Backtrace
, getBacktraceMechanismState
, setBacktraceMechanismState
-- * Collecting backtraces
, Backtraces
, Backtraces(..)
, displayBacktraces
, collectBacktraces
) where
Loading