From 747378e0afd8280a259066a2aaa42e04b801ab5e Mon Sep 17 00:00:00 2001 From: konsumlamm Date: Sun, 17 Apr 2022 18:40:11 +0200 Subject: [PATCH] Expose `Data.PQueue.Prio.Max.foldlU'` --- src/Data/PQueue/Prio/Max.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Data/PQueue/Prio/Max.hs b/src/Data/PQueue/Prio/Max.hs index 47b85b9..1bc39d6 100644 --- a/src/Data/PQueue/Prio/Max.hs +++ b/src/Data/PQueue/Prio/Max.hs @@ -105,6 +105,7 @@ module Data.PQueue.Prio.Max ( foldrWithKeyU, foldMapWithKeyU, foldlU, + foldlU', foldlWithKeyU, foldlWithKeyU', traverseU,