Cleanup the export TOC of StreamK module

This commit is contained in:
Harendra Kumar 2024-01-22 18:11:46 +05:30
parent 8adebe0c02
commit b95b3c1bba

View File

@ -16,16 +16,15 @@ module Streamly.Internal.Data.StreamK
--
-- $setup
-- * The stream type
module Streamly.Internal.Data.StreamK.Type
-- * Transformer
, module Streamly.Internal.Data.StreamK.Transformer
, StreamK(..)
-- * From containers
, fromList
, fromStream
, toStream
-- ** Specialized Generation
-- * Specialized Generation
, repeatM
, replicate
, replicateM
@ -67,13 +66,13 @@ module Streamly.Internal.Data.StreamK
, find
, (!!)
-- ** To Containers
, toList
, toStream
-- ** Map and Fold
, mapM_
-- ** Conversions
, toList
, hoist
-- * Transformation
-- ** By folding (scans)
, scanl'
@ -116,6 +115,9 @@ module Streamly.Internal.Data.StreamK
-- ** Transformation comprehensions
, the
-- ** Transforming Inner Monad
, hoist
-- * Exceptions
, handle