This commit is contained in:
Ranjeet Kumar Ranjan 2022-10-18 18:07:30 +05:30
parent 7ea35da44d
commit cd6b8a17a5

View File

@ -182,7 +182,7 @@ repeat :: Monad m => a -> Stream m a
repeat = fromStreamD . D.repeat
-- |
-- >>> repeatM = Stream.sequence . repeat
-- >>> repeatM = Stream.sequence . Stream.repeat
-- >>> repeatM = fix . Stream.consM
-- >>> repeatM = cycle1 . Stream.fromEffect
--