Skip to content

Commit 4437193

Browse files
committed
io-sim: exported TraceInternalError
1 parent 763fe77 commit 4437193

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

io-sim/src/Control/Monad/IOSim.hs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,16 @@ module Control.Monad.IOSim
4343
, unshareClock
4444
-- * Simulation trace
4545
, type SimTrace
46-
, Trace (Cons, Nil, SimTrace, SimPORTrace, TraceDeadlock, TraceLoop, TraceMainReturn, TraceMainException, TraceRacesFound)
46+
, Trace (Cons,
47+
Nil,
48+
SimTrace,
49+
SimPORTrace,
50+
TraceDeadlock,
51+
TraceLoop,
52+
TraceMainReturn,
53+
TraceMainException,
54+
TraceRacesFound,
55+
TraceInternalError)
4756
, SimResult (..)
4857
, SimEvent (..)
4958
, SimEventType (..)

0 commit comments

Comments
 (0)