https://github.com/robertpi/fslinqfixed
An updated version of the FSharp.PowerPack.Linq library with minor bug fixes.
https://github.com/robertpi/fslinqfixed
Last synced: 11 months ago
JSON representation
An updated version of the FSharp.PowerPack.Linq library with minor bug fixes.
- Host: GitHub
- URL: https://github.com/robertpi/fslinqfixed
- Owner: robertpi
- License: apache-2.0
- Created: 2011-06-04T16:02:49.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-28T19:00:10.000Z (almost 15 years ago)
- Last Synced: 2024-11-22T03:09:16.031Z (over 1 year ago)
- Language: F#
- Homepage:
- Size: 253 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: License.html
Awesome Lists containing this project
README
This is the F# PowerPack.Linq library, based on the F# PowerPack code drop under the OSS approved Apache 2.0 license from http://fsharppowerpack.codeplex.com/.
Bugs Fixed:
1. Seq.skip is now implemented, see http://cs.hubfs.net/forums/thread/15865.aspx for details of bug
2. Equality operators have now been implemented, see http://stackoverflow.com/questions/6434762/f-power-pack-linq-issue/6435214 for details of bug