4
I Use This!
Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Mauricio Scheffer
as mausch
More... over 13 years ago
lazy constructors mainly for C# in .NET 2.0 / 3.5
Mauricio Scheffer
as mausch
More... over 13 years ago
spaces
Mauricio Scheffer
as mausch
More... over 13 years ago
renamed New() to Create(), as there's already Tuple.Create, WebRequest.Create, Observable.Create... but no New() static method
Mauricio Scheffer
as mausch
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#
Mauricio Scheffer
as mausch
More... over 13 years ago
build all when "mixed platforms"
Mauricio Scheffer
as mausch
More... over 13 years ago
bifunctor for choice
Mauricio Scheffer
as mausch
More... over 13 years ago
C# : Choice.cast, option to choice, choice to option
Mauricio Scheffer
as mausch
More... over 13 years ago
avoid conflict between System.Array and FSharpx.Array in C#
Mauricio Scheffer
as mausch
More... over 13 years ago