Skip to content

Commit

Permalink
io-sim: haddock improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Aug 26, 2024
1 parent 3a1d380 commit 6385520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions io-sim/src/Control/Monad/IOSim.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ module Control.Monad.IOSim
-- * Simulation trace
, type SimTrace
, Trace (Cons, Nil, SimTrace, SimPORTrace, TraceDeadlock, TraceLoop, TraceMainReturn, TraceMainException, TraceRacesFound, TraceInternalError)
, traceEvents
, traceResult
, SimResult (..)
, SimEvent (..)
, SimEventType (..)
Expand All @@ -59,8 +61,6 @@ module Control.Monad.IOSim
, ppSimEvent
, ppDebug
-- ** Selectors
, traceEvents
, traceResult
-- *** list selectors
, selectTraceEvents
, selectTraceEvents'
Expand Down

0 comments on commit 6385520

Please sign in to comment.