1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 06, 2025 — Aug 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... almost 10 years ago
Add FantomasCLI instead of Fantomas as a dependency, because FantomasCLI contains also other DLLs needed, like FSharp.Compiler.Service. See also: https://github.com/dungpa/fantomas/issues/190 More... almost 10 years ago
Remove sample comments from build.fsx. More... almost 10 years ago
Run paket install, in order to update paket.lock for Fantomas. More... almost 10 years ago
Add Fantomas to paket.dependencies, in order to be able to format F# source code when editing in Visual Studio Code. More... almost 10 years ago
Add .fake dir to .gitignore. More... almost 10 years ago
Add FAKE build.fsx sample file. More... almost 10 years ago
Add FAKE build.bat file. More... almost 10 years ago
Add FAKE in paket.dependencies. More... almost 10 years ago
Ported the 'console' runner from QuickCheck 1.2.0.1: https://hackage.haskell.org/package/QuickCheck-1.2.0.1/docs/src/Test-QuickCheck.html More... about 10 years ago
Renamed a parameter in the XML documentation in order to match the actual parameter in the code. More... about 10 years ago
Refered to a function in the Shrink module with explicit qualified access. More... about 10 years ago
Tested Shrink.list against list of integers. More... over 10 years ago
Improved Shrink.list, based on the implementation in QuickCheck 2.8.2. More... over 10 years ago
Removed Shrink.init and Shrink.evaluate. More... over 10 years ago
Require qualified access on Shrink module. More... over 10 years ago
Added links in Gen.shuffle pointing to the sources from where the code has been evolved. More... over 10 years ago
Optimized Gen.shuffle, by avoiding the double iteration of the input seq. More... over 10 years ago
Optimized Gen.shuffle, as per QuickCheck 2.8.2, triggered by the discussion at https://github.com/fscheck/FsCheck/issues/220. More... over 10 years ago
Renamed README to README.md. More... over 10 years ago
Updated README. More... over 10 years ago
Updated README. More... over 10 years ago
Updated README. More... over 10 years ago
Updated README. More... over 10 years ago
Renamed PropertyTests to PropertyExamples, because they are more like example-based tests. More... over 10 years ago
Renamed ShrinkTests to ShrinkExamples, because they are more like example-based tests. More... over 10 years ago
Renamed GenTests to GenExamples, because they are more like example-based tests. More... over 10 years ago
Added an example of shrinking lists of integers. More... over 10 years ago
Reordered Shrink.list parameters, in order to be more pipe-friendly. More... over 10 years ago
Documented Shrink.list. More... over 10 years ago