Skip to content

Commit 8da5491

Browse files
committed
si-timers: improved haddocks formatting
1 parent 245ac97 commit 8da5491

File tree

1 file changed

+2
-2
lines changed
  • io-classes/si-timers/src/Control/Monad/Class/MonadTimer

1 file changed

+2
-2
lines changed

io-classes/si-timers/src/Control/Monad/Class/MonadTimer/SI.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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./
248248
instance MonadTimer IO where
249249
registerDelay d
250250
| d <= maxDelay =

0 commit comments

Comments
 (0)