| -last remaining null error |
|
More...
|
over 17 years ago
|
| [no comment] |
|
More...
|
over 17 years ago
|
| -fix enumerator given new nil |
|
More...
|
over 17 years ago
|
| -fix enumerator to check for Nil instead of null |
|
More...
|
over 17 years ago
|
| -use a distinguished instance for nil, otherwise we can't use LINQ for empty lists |
|
More...
|
over 17 years ago
|
| -more compact, efficient lazy type |
|
More...
|
over 17 years ago
|
| -fixed erroneous comparison |
|
More...
|
over 17 years ago
|
| -forgot to specify them as extension methods |
|
More...
|
over 17 years ago
|
| -added pseudo-monadic functions to list type as well |
|
More...
|
over 17 years ago
|
| -identity function |
|
More...
|
over 17 years ago
|
| -enforce correct usage of option types |
|
More...
|
over 17 years ago
|
| -sensible semantics for the option type given structs or refs |
|
More...
|
over 17 years ago
|
| -removed unnecessary Match method |
|
More...
|
over 17 years ago
|
| -use public static methods for option type |
|
More...
|
over 17 years ago
|
| -create enumerator for list type |
|
More...
|
over 17 years ago
|
| -upgraded to .NET 3.5 profile |
|
More...
|
over 17 years ago
|
| -added a few useful list functions |
|
More...
|
almost 18 years ago
|
| [no comment] |
|
More...
|
about 18 years ago
|
| -added the Either type |
|
More...
|
about 18 years ago
|
| -removed dangerous implicit conversion to take the head of a list |
|
More...
|
about 18 years ago
|
| -added a few currying and uncurrying combinators |
|
More...
|
about 18 years ago
|
| -no list constructor for the ListMonad |
|
More...
|
about 18 years ago
|
| -static List type |
|
More...
|
about 18 years ago
|
| -removed SuperFold since it probably won't be useful in C# |
|
More...
|
about 18 years ago
|
| -renamed op to conform to Oleg's naming |
|
More...
|
about 18 years ago
|
| -proper superfold added |
|
More...
|
about 18 years ago
|
| -added partial application |
|
More...
|
about 18 years ago
|
| -added FoldLeft with early termination to IFoldable interface, and IEnumerable collections |
|
More...
|
about 18 years ago
|
| -tuples need no-arg constructors to use them with reflection |
|
More...
|
about 18 years ago
|
| -added a few more tuple types |
|
More...
|
about 18 years ago
|