Add new files

This commit is contained in:
jgk
2021-08-13 12:28:17 +02:00
parent 53555865f6
commit 5829c66527
21 changed files with 377 additions and 318 deletions
+9
View File
@@ -0,0 +1,9 @@
module Control.Foldl.JGK
( module Control.Foldl
) where
import Control.Foldl
--minimumOn :: Ord b => (a -> b) -> Fold a (Maybe a)
--minimumOn f = _Fold1 min'
-- where
-- min' x y