- 27 Feb, 2019 5 commits
-
-
Steffen Michels authored
Data.Map: move comments from icl to dcl, remove unused code, export keysSet & fromSet, more efficient gEq
-
Camil Staps authored
fix order of lines in System.File.readAllLines for Windows See merge request !243
-
Steffen Michels authored
-
Camil Staps authored
-
Camil Staps authored
-
- 25 Feb, 2019 1 commit
-
-
Camil Staps authored
-
- 12 Feb, 2019 5 commits
-
-
Camil Staps authored
-
Camil Staps authored
This fixes #67 and similar where a type definition can be matched to both the multiline comment preceding it and the single-line comment of the first field/constructor.
-
Mart Lubbers authored
make Timestamp newtype See merge request !242
-
Steffen Michels authored
-
Steffen Michels authored
-
- 30 Jan, 2019 2 commits
-
-
Camil Staps authored
-
Camil Staps authored
Use runParser instead of parse in parseType, because we do not need the check on an empty list of errors (and in combination with pBind this makes parsing very slow)
-
- 29 Jan, 2019 3 commits
-
-
Camil Staps authored
Add a PropertyTestGenerator for lists (see clean-test-properties#8) See merge request !241
-
Camil Staps authored
-
Camil Staps authored
-
- 26 Jan, 2019 2 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
- 25 Jan, 2019 1 commit
-
-
Bas Lijnse authored
remove minimum/maximum from Data.List, as it is provided by Data.Foldable See merge request !240
-
- 23 Jan, 2019 5 commits
-
-
Steffen Michels authored
-
Steffen Michels authored
add scalable extensions from itasks to platform See merge request !239
-
Mart Lubbers authored
-
Mart Lubbers authored
-
Mart Lubbers authored
Cause by: r1406 in clean-libraries on svn
-
- 12 Jan, 2019 2 commits
-
-
Camil Staps authored
remove fflush, as it is provided by StdFile now See merge request !238
-
Steffen Michels authored
-
- 07 Jan, 2019 2 commits
-
-
Steffen Michels authored
Add mapStM, a combination of mapM and mapSt See merge request !237
-
Steffen Michels authored
Add derived strictness information that was not exported yet See merge request !236
-
- 24 Dec, 2018 1 commit
-
-
Camil Staps authored
-
- 23 Dec, 2018 1 commit
-
-
Camil Staps authored
-
- 22 Dec, 2018 1 commit
-
-
Camil Staps authored
-
- 18 Dec, 2018 2 commits
-
-
Camil Staps authored
-
Camil Staps authored
Efficiency improvements in Database.Native: strictness, uniqueness, dedicated functions for retrieving values
-
- 14 Dec, 2018 2 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
- 13 Dec, 2018 1 commit
-
-
Camil Staps authored
-
- 11 Dec, 2018 3 commits
-
-
Steffen Michels authored
Foldable default See merge request !233
-
Mart Lubbers authored
-
Camil Staps authored
Array functions and efficiency improvements to Database.Native See merge request !234
-
- 10 Dec, 2018 1 commit
-
-
Bas Lijnse authored
startsWith for String without heap use See merge request !235
-