Skip to content

jamil7/FSharp.Prelude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.