Skip to content

Commit 9d483e5

Browse files
authored
Update MonadTimer.hs
Drop misleading haddock for instance MonadTimer IO
1 parent 76865b3 commit 9d483e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

io-classes/src/Control/Monad/Class/MonadTimer.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ class (MonadDelay m, MonadSTM m) => MonadTimer m where
3131
-- Instances for IO
3232
--
3333

34-
-- | With 'threadDelay' one can use arbitrary large 'DiffTime's, which is an
35-
-- advantage over 'IO.threadDelay'.
36-
--
3734
instance MonadDelay IO where
3835
threadDelay = IO.threadDelay
3936

0 commit comments

Comments
 (0)