Community

Understanding Pattern Matching in F#

(Mike Gold) Pattern matching in F# is similar to using a switch statement in C#, but has a lot more flexibility. You still need to be type safe, as you do in C#, but you really have a lot of flexibility in each “case” of the pattern. The best way to understand pattern matching in F# is to take a s

Read More - Register for Free Membership