Skip to content

Commit b7464fb

Browse files
authored
Merge pull request #96 from ch1bo/patch-1
Update MonadTimer.hs
2 parents 76865b3 + 9d483e5 commit b7464fb

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)