Recent snippets

Popular snippets

  • 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

  • Asynchronous sequences

    An asynchronous sequence is similar to the seq type, but the elements of the sequence are generated asynchronously without blocking the caller as in Async. This snippet declares asynchronous sequence and uses it to compare two files in 1k blocks.

    109 people like this

    Posted: 15 years ago by Tomas Petricek

  • NUnit Sugar

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

    91 people like this

    Posted: 15 years ago by Ryan Riley

Snippets by tags

monad (24) mailboxprocessor (27) game (32) fold (22) computation expression (15) sequences (48) tutorial (17) http (18) learning f# (16) string (29) lists (15) silverlight (22) json (16) reflection (19) computation builder (17) html (16) parsing (28) kata (17) sequence (32) array (22)

View all...

Database contains 3208 snippets out of which 1719 is public.