Skip to content

Commit

Permalink
Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
rnjtranjan committed Jul 5, 2023
1 parent 1c28bca commit 2cce06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/Streamly/Data/Unfold.hs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ import Streamly.Internal.Data.Unfold
-- generating an infinite stream when the type is not 'Bounded'.
--
-- >>> import qualified Streamly.Data.Stream as Stream
-- >>> import qualified Streamly.Internal.Data.Unfold as Unfold
-- >>> import qualified Streamly.Data.Unfold as Unfold
--
-- @
-- >>> Stream.fold Fold.toList $ Stream.take 4 $ Stream.unfold Unfold.enumerateFrom (0 :: Int)
Expand All @@ -261,7 +261,7 @@ enumerate = enumerateFrom
-- @from@ then an empty stream is returned.
--
-- >>> import qualified Streamly.Data.Stream as Stream
-- >>> import qualified Streamly.Internal.Data.Unfold as Unfold
-- >>> import qualified Streamly.Data.Unfold as Unfold
--
-- @
-- >>> Stream.fold Fold.toList $ Stream.unfold Unfold.enumerateFromTo (0, 4)
Expand Down

0 comments on commit 2cce06f

Please sign in to comment.