Exemplary convenience wrappers for some of the System.
Posted: 1 month ago by Cody
Just use the concat
0 people like thisPosted: 3 months ago by Tuomas Hietanen
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 thisPosted: 5 months ago by Tomas Petricek
Uses StringBuilder to achieve performance.
2 people like thisPosted: 5 months ago by shazmodan
Pseudoword generator based on code from Evan Fosmark circa 2009.
0 people like thisPosted: 5 months ago by Phillip Trelford
Interactive computation that asks the user questions
9 people like thisPosted: 9 months ago by Tomas Petricek
Here is an improved version twice shorter, than original
72 people like thisPosted: 14 years ago by Nick Canzoneri
This function is given a partition predicate and a sequence. Until the predicate returns false, a list will be filled with elements. When it is, both the list and the remainder of the sequence will be returned. Note that this example preserves the laziness of the unchecked sequence elements.
69 people like thisPosted: 14 years ago by Rick Minerich
Implements iterate function from Haskell's Prelude. The function generates an infinite sequence by applying a function to the initial value (first) and then to the result of previous application.
203 people like thisPosted: 14 years ago by Nick Palladinos
F# implementation of RO_ref from the "Effective ML" talk.
90 people like thisPosted: 14 years ago by fholm
Modular memoization within a pure functional setting that is implemented as a convenient computation builder.
91 people like thisPosted: 14 years ago by Nick Palladinos
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.
67 people like thisPosted: 14 years ago by Phillip Trelford
lazy (20) monad (24) quotations (21) dsl (23) collections (16) recursion (33) json (15) staging (18) game (32) generic programming (17) fold (22) reflection (19) parsing (28) sequence (32) wpf (20) mailboxprocessor (27) web (29) lists (15) list (56) tryfsharp (48)
Tomas Petricek (150) Kit Eason (51) Nick Palladinos (66) nagat01 (19) Antonio Cisternino (8) Rick Minerich (15) NIck Palladinos (14) Eirik Tsarpalis (89) Joel Huang (13) David Klein (16) Gauthier Segay (11) Taha Hachana (12) mavnn (17) Samuel Bosch (12) Brian Berns (9) Phillip Trelford (87) Carsten König (10) Tuomas Hietanen (76) Fabio Galuppo (14) fholm (26)
Database contains 3198 snippets out of which 1713 is public.