2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 13 hours ago.
Feb 15, 2025 — Feb 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ ResizeArray and Expr Monoid instances. More... over 12 years ago
liftIO renamed to liftAsync. More... over 12 years ago
Explicit opening namespace. Otherwise it doesn't work from the scrips. More... over 12 years ago
Merge pull request #2 from mausch/master More... over 12 years ago
NonEmptyList: mappend (it's a semigroup), ToList, ToString, example
Mauricio Scheffer
as mausch
More... over 12 years ago
Adapted to use FsControl 1.0.4 More... over 12 years ago
Version 1.0.4 More... over 12 years ago
Namespace Abstractions renamed to TypeMethods. More... over 12 years ago
Merge pull request #9 from mausch/master More... over 12 years ago
Add link to FSharpPlus More... over 12 years ago
Add more instances to Parse
Mauricio Scheffer
as mausch
More... over 12 years ago
Make Parse culture-invariant (therefore referentially transparent)
Mauricio Scheffer
as mausch
More... over 12 years ago
Changed toString instance of Map. The overload resolution was correct, it was the implementation which confused me. More... over 12 years ago
Group overloads that work better together. More... over 12 years ago
Merge pull request #7 from mausch/master More... over 12 years ago
Samples moved into a folder. More... over 12 years ago
Add ToString class
Mauricio Scheffer
as mausch
More... over 12 years ago
+ Type annotations for Applicative Operators. More... over 12 years ago
Update README.md More... over 12 years ago
Applicative operators implementation made more flexible, it does not require always an instance of Apply. Type inference gets also better. More... over 12 years ago
+ Applicative Operators. More... over 12 years ago
Fix append instance of ParallelArray to obey monoid laws. More... over 12 years ago
Prelude renamed to Operators. More... over 12 years ago
+ ParallelArray. More... over 12 years ago
+ Slices. More... over 12 years ago
Builders in a separate file. More... over 12 years ago
. Fix type signature of sequence. . Fix type signature of foldMap. More... over 12 years ago
Bug fixed: the operators </ /> were not defined internally in the Numeric classes (but were used). More... over 12 years ago
+ Set instances for ToList and FromList. More... over 12 years ago
+ Filter over a Set sample code. More... over 12 years ago