Recent snippets

Popular snippets

  • Monadic Memoization

    Modular memoization within a pure functional setting that is implemented as a convenient computation builder.

    92 people like this

    Posted: 15 years ago by Nick Palladinos

  • ObservableObject

    The ObservableObject type implements the INotifyPropertyChanged interface used in WPF and Silverlight to notify on changes to properties that are bound to a control. Specify property names type safely using F# Quotations, i.e. <@ this.PropertyName @> when invoking the NotifyPropertyChanged method. If you are following the MVVM pattern then your View Model class can inherit from the ObservableObject type.

    69 people like this

    Posted: 15 years ago by Phillip Trelford

  • Read only ref

    F# implementation of RO_ref from the "Effective ML" talk.

    93 people like this

    Posted: 15 years ago by fholm

Snippets by tags

recursion (33) list (56) monad (24) collections (16) json (16) algorithms (25) silverlight (22) html (16) tryfsharp (48) http (18) computation expression (15) kata (17) sequences (48) regex (17) generic programming (17) game (32) lazy (20) quotations (21) wpf (20) agent (20)

View all...

Database contains 3208 snippets out of which 1719 is public.