Validating with applicative functors and LINQ
In my last post I introduced the basics of validation with applicative functors. I used a very simple example that didn't make it justice, so let's fix that now. I'll borrow a more complex example from the FluentValidation wiki:
class Address {... [read more]
public string Line1 { get; set; }
public string
Submit a review:
Login required.