Validating with applicative functors in F# - DevCommunity.info


Validating with applicative functors in F#

Posted by Mauricio Scheffer on August 29, 2011

In my last post I showed how to validate using applicative functors in C#. LINQ helps a lot with making the syntax bearable.

In F# we have other tools to encode applicative functors: custom operators and type inference. And thanks to pattern matching it's much easier to define the validation

... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.