Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncg committed Oct 27, 2018
1 parent a5e441e commit c824456
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_site
.sass-cache
.jekyll-metadata
.vs
29 changes: 29 additions & 0 deletions _posts/2018-24-03-monads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Don't fear the monad"
date: 2018-03-24 12:35:00 +0100
categories: monads
tags:
- monads
- monoids
- category theory
- functional programming
- f#
- linq
---
A bunch of useful links covering monads in F# and C#.

https://blogs.msdn.microsoft.com/wesdyer/2008/01/10/the-marvels-of-monads/

https://github.com/fsprojects/FSharpx.Extras/blob/master/tests/FSharpx.CSharpTests/ValidationExample.cs

http://blog.leifbattermann.de/2015/09/12/error-handling-with-applicative-functors-in-f-and-c/

http://bugsquash.blogspot.nl/2011/08/validating-with-applicative-functors-in.html

http://hestia.typepad.com/flatlander/2011/06/partial-function-application-in-f-index.html

http://codebetter.com/matthewpodwysocki/2010/01/18/much-ado-about-monads-creating-extended-builders/

http://blog.ploeh.dk/2017/01/03/decoupling-application-errors-from-domain-models/

https://fsharpforfunandprofit.com/series/computation-expressions.html

0 comments on commit c824456

Please sign in to comment.