Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 586 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 586 Bytes

NuGet Badge

FSharp.Prelude

This library is a collection of some useful extensions, aliases, and functions for F#.

Here's an overview of what's inside:

  • Error handling

    • AsyncOption
    • AsyncResult
    • AsyncResultOption
  • Extensions

    • Async
    • List
    • Option
    • Result
    • String
  • FDI (Functional Dependency Injection)

    • Reader
    • ReaderAsyncResult
    • ReaderResult

How does it compare to other libs?

Coming soon.