4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move many into the List and Binary combinators. More... over 14 years ago
Extract Iteratee into its own file. More... over 14 years ago
Iteratee.Binary.readLines should not convert to String but leave the return value as a ByteString. More... over 14 years ago
readLines iteratees now use continuations rather than lists and List.rev More... over 14 years ago
Failing test should wrap the function call as a TestDelegate () -> (). Oops. More... over 14 years ago
Replace Enumerator.scan-as-iteratee test with CSV parsing tests using Iteratee. More... over 14 years ago
Add Error state back into Iteratee. More... over 14 years ago
usable list TryFind for C#
Mauricio Scheffer
as mausch
More... over 14 years ago
build all when "mixed platforms"
Mauricio Scheffer
as mausch
More... over 14 years ago
bifunctor for choice
Mauricio Scheffer
as mausch
More... over 14 years ago
C# : Choice.cast, option to choice, choice to option
Mauricio Scheffer
as mausch
More... over 14 years ago
avoid conflict between System.Array and FSharpx.Array in C#
Mauricio Scheffer
as mausch
More... over 14 years ago
Add additional functions to the Enumerator module to support more idiomatic iteratees, along with a demonstrative test case. More... over 14 years ago
Add test demonstrating Seq.scan as a means of implementing iteratee. More... over 14 years ago
Merge pull request #19 from panesofglass/master More... over 14 years ago
Refactor ByteString.GetEnumerator() to be make more efficient use of the inner array segment. More... over 14 years ago
Add missing sample files and fix spacing in Collections.fs More... over 14 years ago
Exclude manual nuget files.
forki
as Steffen Forkmann
More... over 14 years ago
Remove dll from nuget path
forki
as Steffen Forkmann
More... over 14 years ago
Merge pull request #18 from dmohl/TypeProviders
forki
as Steffen Forkmann
More... over 14 years ago
Replaced Option.fromBoolAndValue with Option.tryParseWith in FSharpx.Core More... over 14 years ago
Merging with recent upstream changes. More... over 14 years ago
Merging with recent upstream changes. More... over 14 years ago
Cleaned up a few things More... over 14 years ago
Added install.ps1 and uninstall.ps1 to the TypeProviders NuGet package. More... over 14 years ago
Added description for manual nuget build of TypeProviders.dll
forki
as Steffen Forkmann
More... over 14 years ago
Use the right build target in the TypeProvider project.
forki
as Steffen Forkmann
More... over 14 years ago
Refactored FileSystemTest to very small Unittest
forki
as Steffen Forkmann
More... over 14 years ago
Removed the RegexOptions static parameter, since enums aren't support in static parameters in the developer preview
forki
as Steffen Forkmann
More... over 14 years ago
Adding *.orig to gitignore
forki
as Steffen Forkmann
More... over 14 years ago