Fixed merge error in CSharpCompat.fs |
forki
as Steffen Forkmann
|
More...
|
over 13 years ago
|
Merge branch 'master' of github.com:fsharp/fsharpx into TypeProviders |
forki
as Steffen Forkmann
|
More...
|
over 13 years ago
|
more adapters for async |
|
More...
|
over 13 years ago
|
lazy constructors mainly for C# in .NET 2.0 / 3.5 |
|
More...
|
over 13 years ago
|
spaces |
|
More...
|
over 13 years ago
|
renamed New() to Create(), as there's already Tuple.Create, WebRequest.Create, Observable.Create... but no New() static method |
|
More...
|
over 13 years ago
|
Add fixpoint operator 'fix'. |
|
More...
|
over 13 years ago
|
Add tests to isolate the newline parsing problem. |
|
More...
|
over 13 years ago
|
Move skipNewline into the readLine parser. |
|
More...
|
over 13 years ago
|
Merge pull request #21 from dmohl/TypeProviders |
forki
as Steffen Forkmann
|
More...
|
over 13 years ago
|
Removing the ArrayTests.cs file that came from a merge with the main branch |
|
More...
|
over 13 years ago
|
Removing changes in the sln file that were merged from the main branch |
|
More...
|
over 13 years ago
|
Removing changes merged from the main branch |
|
More...
|
over 13 years ago
|
Added the FSharpx.TypeProviders.Sample NuGet package and made a small update to the FSharpx.TypeProviders.DslSample.nuspec file. |
|
More...
|
over 13 years ago
|
Added the FSharpx.TypeProviders.DslSample NuGet package. |
|
More...
|
over 13 years ago
|
Extract readLine iteratee. This does not automatically skip the newline at the end, it just reads up to the newline character. |
|
More...
|
over 13 years ago
|
Extract skipNewline from readLines. This is not a correct implementation, but it will do for now. |
|
More...
|
over 13 years ago
|
Refactor readLines to use the many combinator and read all the way to the end even if a newline does not terminate the line. |
|
More...
|
over 13 years ago
|
Move many into the List and Binary combinators. |
|
More...
|
over 13 years ago
|
Extract Iteratee into its own file. |
|
More...
|
over 13 years ago
|
Iteratee.Binary.readLines should not convert to String but leave the return value as a ByteString. |
|
More...
|
over 13 years ago
|
readLines iteratees now use continuations rather than lists and List.rev |
|
More...
|
over 13 years ago
|
Failing test should wrap the function call as a TestDelegate () -> (). Oops. |
|
More...
|
over 13 years ago
|
Replace Enumerator.scan-as-iteratee test with CSV parsing tests using Iteratee. |
|
More...
|
over 13 years ago
|
Add Error state back into Iteratee. |
|
More...
|
over 13 years ago
|
usable list TryFind for C# |
|
More...
|
over 13 years ago
|
build all when "mixed platforms" |
|
More...
|
over 13 years ago
|
bifunctor for choice |
|
More...
|
over 13 years ago
|
C# : Choice.cast, option to choice, choice to option |
|
More...
|
over 13 years ago
|
avoid conflict between System.Array and FSharpx.Array in C# |
|
More...
|
over 13 years ago
|