Functional Validation in F# Using Applicatives
This is an entry for the F# Advent Calendar 2019.
Introduction to Functional Programming in F# – Part 5
In this post we will be building upon some of the concepts we have learned in previous posts whilst investigating functional collections.
Introduction to Functional Programming in F# – Part 4
In this post we will be building on the function composition concepts we worked through in the previous post and we'll be writing our first unit tests in F#. As an added bonus we will also start looking at how we can separate our code into discrete modules.
Introduction to Functional Programming in F# – Part 3
So far in this series we have covered a lot of the fundamental functional programming concepts. In this post we will investigate null handling and exceptions.
Introduction to Functional Programming in F# – Part 2
In the last post, we learned about some of the core features of functional programming in F#. In this post we are going to concentrate on functions.
Introduction to Functional Programming in F#
This series of posts will introduce you to the world of functional programming (FP) in F#. Rather than start with theory or a formal definition, I thought that I'd start with a typical business problem and look at how we can use some of the functional programming features of F# to solve it.