Functors in F#
Functors in F#
4 min read
Contravariants
Contravariants
1 min read
Profunctors
Profunctors
1 min read
loading...
Recent comments
How to avoid the Visitor pattern in C#
Hi. I'm glad you like the series. The expression type discuss...
Haskell - Boolean Blindness == True
Would True mean the light is on? or would it mean off? Hmm...
MiniScaffold, setting up a new F# project the easy way
I do most of my work in F#, but I'm still an old-fashioned Vi...
Why algebraic effects matter in F#
I think of algebraic effects as separating an effect from the...
Generalizing Tree Traversal in Haskell with Typeclass
Good article. Thanks! For trees, there are three orders to ...
Testable Back-end Programming in F#
Interesting. You might want to take a look at the Eff library...
Testable Back-end Programming in F#
Have you looked into algebraic effects at all? It seems simil...
Monads for free in F#
You can’t destructure a key/value pair directly?