I have started putting together a functional programming library in C# which is somewhat inspired by scalaz and the book functional programmingFunctional Programming in Scala.
Please understand this is implemented in C# and .NET, which does not support typeclasses and Higher Kindedness.