Monthly Archives: August 2012

Active Patterns in F#

While learning F# one of the most unique things I’ve come across is active patterns. They allow you to split data into named partitions which can be used when pattern matching. For example: > let (|Pass|Fail|) sucess = – if sucess then … Continue reading

Posted in Uncategorized | Leave a comment