AlexeyRaga / fsharp-foldlLinks
This library provides strict left folds that stream in constant memory, and you can combine folds using Applicative style to derive new folds. Derived folds still traverse the container just once and are often as efficient as hand-written folds.
☆35Updated last year
Alternatives and similar repositories for fsharp-foldl
Users that are interested in fsharp-foldl are comparing it to the libraries listed below
Sorting:
- Type Safe Text Templates - usable as type provider (F#) or source generator (C#)☆69Updated 2 months ago
- Provides a safe API for binding the dotnet IConfiguration to types in F#.☆34Updated last year
- ☆51Updated last week
- ☆38Updated 5 years ago
- ☆41Updated this week
- An F# library for composing state-aware functions by @SchlenkR☆33Updated 2 years ago
- Represent folding of data structures and streams as values composable via F# applicative computation expressions☆25Updated 2 years ago
- A .NET library to perform structural diff between two objects