FSharp.ReaderM

An implementation of the Reader monad in F#


Keywords
F#, Reader, Monad
License
MIT
Install
Install-Package FSharp.ReaderM -Version 1.0.0

Documentation

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...)