0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Jul 11, 2025 — Jul 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:NICTA/xsharpx More... about 12 years ago
DiffList with O(1) cons and snoc More... about 12 years ago
Merge pull request #7 from vmarquez/OptionFix More... over 12 years ago
fixing possible NPEs with uninitialized Option values not having a value, but empty being false. We are inverting the 'empty' condition. Before, class A { public Option<String> O }, new A().O.Select(s => s.ToString(); would NPE. This should fix that More... over 12 years ago
Merge pull request #5 from vmarquez/VisualStudioCompatability More... over 12 years ago
Fixing unassigned local variable errors by using More... over 12 years ago
Either can't have a recursive type More... over 12 years ago
Fix Either operations that have the wrong type and implementation. Issue #3 More... almost 13 years ago
Pure-functional terminal I/O provides 4 instructions: 1) Write (Out) 2) Write (Err) 3) Read [single character from standard input] 4) ReadLine [line from standard input] More... almost 13 years ago
Merge pull request #2 from S11001001/topic/unit More... almost 13 years ago
System.Void as type param was a Mono <2.11 bug; replace with [new] Unit. More... almost 13 years ago
Iteratee library More... about 13 years ago
remove contributor section from README for now More... about 13 years ago
XSharpX is a general library for functional programming using .NET languages. More... about 13 years ago