From dbc54c1e822aef95817e3d06a1e814ff0d8855b5 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Mon, 17 Oct 2022 17:14:40 +0530 Subject: [PATCH] Expose Fold.the and Fold.uniq --- core/src/Streamly/Data/Fold.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/Streamly/Data/Fold.hs b/core/src/Streamly/Data/Fold.hs index 192098a17..4eb3ca5a5 100644 --- a/core/src/Streamly/Data/Fold.hs +++ b/core/src/Streamly/Data/Fold.hs @@ -153,6 +153,8 @@ module Streamly.Data.Fold -- Reducers , drain , drainBy + , the + , uniq , last , length , sum