We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573aa8d commit 638adf0Copy full SHA for 638adf0
io-sim/CHANGELOG.md
@@ -22,6 +22,7 @@
22
- `selectTraceEventsSayWithTime'`
23
is more general. These functions now accepts trace with any result, rather
24
than one that finishes with `SimResult`.
25
+- More polymorphic `ppTrace_` type signature.
26
27
## 1.6.0.0
28
io-sim/src/Control/Monad/IOSim/Types.hs
@@ -938,7 +938,7 @@ ppTrace tr = Trace.ppTrace
938
939
-- | Like 'ppTrace' but does not show the result value.
940
--
941
-ppTrace_ :: SimTrace a -> String
+ppTrace_ :: Trace.Trace a SimEvent -> String
942
ppTrace_ tr = Trace.ppTrace
943
(const "")
944
(ppSimEvent timeWidth tidWidth labelWidth)
0 commit comments