4
I Use This!
Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 13 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
discriminated union with 3 types
Mauricio Scheffer
as mausch
More... over 13 years ago
discriminated union constructor
Mauricio Scheffer
as mausch
More... over 13 years ago
pattern matching on discriminated union
Mauricio Scheffer
as mausch
More... over 13 years ago
list.choose
Mauricio Scheffer
as mausch
More... over 13 years ago
list constructor from paramarray
Mauricio Scheffer
as mausch
More... over 13 years ago
pattern matching on lists
Mauricio Scheffer
as mausch
More... over 13 years ago
less type annotations needed
Mauricio Scheffer
as mausch
More... over 13 years ago
fold (aggregate)
Mauricio Scheffer
as mausch
More... over 13 years ago
pattern matching options
Mauricio Scheffer
as mausch
More... over 13 years ago
some unit
Mauricio Scheffer
as mausch
More... over 13 years ago
implemented second overload of SelectMany and other changes
Mauricio Scheffer
as mausch
More... over 13 years ago
SelectMany
Mauricio Scheffer
as mausch
More... over 13 years ago
LINQ where
Mauricio Scheffer
as mausch
More... over 13 years ago
LINQ select
Mauricio Scheffer
as mausch
More... over 13 years ago
Some as extension method
Mauricio Scheffer
as mausch
More... over 13 years ago
sugar for Some
Mauricio Scheffer
as mausch
More... over 13 years ago
nullable -> option
Mauricio Scheffer
as mausch
More... over 13 years ago
initial commit
Mauricio Scheffer
as mausch
More... over 13 years ago
Added tests for the drop iteratee. More... over 13 years ago
Extracted the Iteratee monad into its own project. More... over 13 years ago
Add back missing Solution Items. More... over 13 years ago
Split out the MinLinq implementations to their own library, as they are much more experimental in nature. More... over 13 years ago
Extracted FSharp.Monad.Core from FSharp.Monad. More... over 13 years ago
Revised build number to the shorter year string. More... over 13 years ago
Moved test project to its own 'tests' directory. More... over 13 years ago
Add ByteString (need to pull it into its own file) and pulled out the list from the Chunk Stream type. More... over 13 years ago
Added extensions to List to help with parsing using iteratees and added more tests. More... over 13 years ago
Fix run_ and update tests. More... over 13 years ago
Add enumStream enumerator for reading from streams. More... over 13 years ago
Refactor Iteratee to run like the enumerator library on Hackage. This will serve as part of the parser monad based on attoparsec. More... over 13 years ago