Recent snippets

Popular snippets

  • NUnit Sugar

    Some simple functions for writing more idiomatic F# tests with NUnit.

    91 people like this

    Posted: 15 years ago by Ryan Riley

  • WPF / SilverLight Converter II

    version 1 is http://fssnip.net/62. This new version support convert from any existing function to a converter function by using composition and pipeline. The convert function is to make the function signature agree to the IValueConverter interface. You can add new functions in the FunctionLibrary module and reuse the class definition to reduce the coding effort. The first sample is to show how to make the converter pipeline work, the second one is a debugger converter used to debug the data binding problem.

    91 people like this

    Posted: 15 years ago by Tao Liu

  • Struct Tuple

    Two/Three/Four-element generic tuples implemented as a value types for writing more efficient F# code.

    77 people like this

    Posted: 15 years ago by fholm

Snippets by tags

monad (24) collections (16) pattern matching (15) quotations (21) sequence (32) agent (20) mailboxprocessor (27) tutorial (17) kata (17) list (56) web (29) computation expression (15) lazy (20) recursion (33) parsing (28) lists (15) generic programming (17) wpf (20) silverlight (22) design patterns (18)

View all...

Database contains 3209 snippets out of which 1719 is public.