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 e6f7cb7 commit 2001e8eCopy full SHA for 2001e8e
io-sim/src/Control/Monad/IOSim/Types.hs
@@ -670,7 +670,7 @@ instance SI.MonadTimer (IOSim s) where
670
newtype TimeoutException = TimeoutException TimeoutId deriving Eq
671
672
instance Show TimeoutException where
673
- show _ = "<<timeout>>"
+ show (TimeoutException tid) = "<<timeout " ++ show tid ++ " >>"
674
675
instance Exception TimeoutException where
676
toException = asyncExceptionToException
0 commit comments