File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
io-classes/si-timers/src/Control/Monad/Class/MonadTimer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ class ( MonadTimer.MonadTimer m
124124
125125 -- | A timeout function.
126126 --
127- -- TODO: 'IO' instance is not safe on 32-bit systems.
127+ -- __TODO__: / 'IO' instance is not safe on 32-bit systems./
128128 timeout :: DiffTime -> m a -> m (Maybe a )
129129
130130
@@ -244,7 +244,7 @@ defaultRegisterDelayCancellable newTimeout _readTimeout _cancelTimeout awaitTime
244244-- small enough it will use the `MonadTimer`'s `registerDelay` (e.g. for `IO`
245245-- monad it will use the `GHC`'s `GHC.Conc.registerDelay`).
246246--
247- -- TODO: 'timeout' not safe on 32-bit systems.
247+ -- __TODO__: / 'timeout' is not safe on 32-bit systems./
248248instance MonadTimer IO where
249249 registerDelay d
250250 | d <= maxDelay =
You can’t perform that action at this time.
0 commit comments