Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

danieljsummers/FSharp.ReaderM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE (April 2024)

When I made this, I was unaware of the FSharpPlus project - which provides not only a Reader monad, but many other types used in common functional programming paradigms. It is actively maintained, whereas this one has not been and likely will not be.

FSharp.ReaderM

An implementation of the Reader monad in F#

Build status NuGet Version

This project arose out of my desire to use this pattern in different projects, but not wanting to copy/paste it over and over. Feel free to use it; PRs are welcome, as I am not a monad expert.

Credits

The code here was created based on prior work from several individuals:

(Sorry, Scott - I'm still not ready to write a monad tutorial...)

About

An implementation of the Reader monad in F#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages