Recent snippets

  • Functional wrappers for TryParse APIs

    Exemplary convenience wrappers for some of the System..TryParse APIs, using the combined power of F#' return value deconstruction mechanism via pattern matching, active patterns and option types instead of "out/ref" parameters. Added support for newest versions of F# to determine which overload of TryParse should be used.

    0 people like this

    Posted: 1 month ago by Cody

  • String.Join with pipe

    Just use the concat

    0 people like this

    Posted: 3 months ago by Tuomas Hietanen

  • Nested list functions

    Higher-order functions for working with nested lists that reimplement various useful List module functions, but work on nested lists, preserving the original nesting strucutre when possible.

    4 people like this

    Posted: 5 months ago by Tomas Petricek

Popular snippets

Snippets by tags

html (16) list (56) reflection (19) parsing (28) algorithms (26) seq (54) computation builder (17) f# (43) computation expression (15) async (98) wpf (20) sequences (48) dsl (23) json (15) lists (15) pattern matching (15) quotations (21) staging (18) mailboxprocessor (27) recursion (33)

View all...

Database contains 3198 snippets out of which 1713 is public.