Validating with applicative functors in F#
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]
Submit a review:
Login required.