[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

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: 4 months ago by Tomas Petricek

Popular snippets

Snippets by tags

tryfsharp (48) regex (17) f# (43) agent (20) async (98) math (35) silverlight (22) design patterns (18) lazy (20) json (15) collections (16) game (32) lists (15) algorithms (26) staging (18) learning f# (16) parsing (28) web (29) monad (24) reflection (19)

View all...

Database contains 3198 snippets out of which 1713 is public.