-
-
Notifications
You must be signed in to change notification settings - Fork 82
Reify Foldable1 implementation #64
Copy link
Copy link
Closed
Labels
docREADME, Haddock documentation, tutorialsREADME, Haddock documentation, tutorialsenhancementNew feature or requestNew feature or requestnewBring something new into library (add function or type or interface)Bring something new into library (add function or type or interface)refactoring
Milestone
Metadata
Metadata
Assignees
Labels
docREADME, Haddock documentation, tutorialsREADME, Haddock documentation, tutorialsenhancementNew feature or requestNew feature or requestnewBring something new into library (add function or type or interface)Bring something new into library (add function or type or interface)refactoring
Specifically:
README.md]foldl1'function:foldl1' :: (a -> a -> a) -> NonEmpty a -> a(think whether it's possible to add it toFoldable1type class