Add deprecation todo in Fold.Window module

This commit is contained in:
Harendra Kumar 2024-07-30 14:36:37 +05:30
parent 421dd209b2
commit 88cdc9e8ba

View File

@ -21,6 +21,8 @@
-- XXX A window fold can be driven either using the Ring.slidingWindow
-- combinator or by zipping nthLast fold and last fold.
-- XXX Deprecate all the functions in this module. These should be scans only.
module Streamly.Internal.Data.Fold.Window
(
-- * Incremental Folds