Skip to content

Commit 5d5351c

Browse files
committed
Export Time from Control.Monad.IOSim
1 parent 573aa8d commit 5d5351c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module Control.Monad.IOSim
4242
, unshareClock
4343
-- * Simulation trace
4444
, type SimTrace
45+
, Time (..)
4546
, Trace (Cons, Nil, SimTrace, SimPORTrace, TraceDeadlock, TraceLoop, TraceMainReturn, TraceMainException, TraceRacesFound, TraceInternalError)
4647
, traceEvents
4748
, traceResult

0 commit comments

Comments
 (0)