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 d511d5d commit a9aa0b4Copy full SHA for a9aa0b4
io-sim/src/Control/Monad/IOSim/Types.hs
@@ -664,7 +664,7 @@ instance SI.MonadTimer (IOSim s) where
664
newtype TimeoutException = TimeoutException TimeoutId deriving Eq
665
666
instance Show TimeoutException where
667
- show _ = "<<timeout>>"
+ show (TimeoutException tid) = "<<timeout " ++ show tid ++ " >>"
668
669
instance Exception TimeoutException where
670
toException = asyncExceptionToException
0 commit comments