Click here to Skip to main content
15,891,864 members
Articles / Programming Languages / F#

F#13 : Pattern Matching

3 Apr 2014CPOL 12.6K   2  
So last time we looked at Arrays, this time we will look at another core F# technique called pattern matching. Patterns are rules for transforming input data. They are used throughout the F# language to compare data with a logical structure or structures, decompose data into constituent parts, or ex
We're sorry, but the article you are trying to view was deleted at 21 Jan 2016.

Please go to the F# Table of Contents to view the list of available articles in this section.