Split Transformation and Combinators section

This commit is contained in:
Harendra Kumar 2024-01-26 20:47:54 +05:30
parent 3a0504f2d1
commit 2f9566ee4b

View File

@ -288,7 +288,7 @@ module Streamly.Data.Fold
, duplicate
-- , isClosed
-- * Combinators
-- * Tranformation
-- | Combinators are modifiers of folds. In the type @Fold m a b@, @a@ is
-- the input type and @b@ is the output type. Transformations can be
-- applied either on the input side (contravariant) or on the output side
@ -336,6 +336,7 @@ module Streamly.Data.Fold
, takeEndBy
, takeEndBy_
-- * Combinators
-- ** Splitting
, splitWith
, many