- 16 Dec, 2017 5 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
Mart Lubbers authored
add Data.Generics.GenFDomain Closes #27 See merge request !85
-
Mart Lubbers authored
-
Mart Lubbers authored
Resolve "First step optimised GenEq & GenLexOrd" Closes #28 See merge request !86
-
- 14 Dec, 2017 7 commits
-
-
Steffen Michels authored
-
Steffen Michels authored
-
Steffen Michels authored
-
Steffen Michels authored
-
Steffen Michels authored
Move the generics library to platform See merge request !84
-
Steffen Michels authored
-
Camil Staps authored
-
- 13 Dec, 2017 5 commits
-
-
Mart Lubbers authored
-
Mart Lubbers authored
the test for the print parser is broken so commented out
-
Mart Lubbers authored
-
Mart Lubbers authored
-
Mart Lubbers authored
For compatibility a deprecation interface is offered.
-
- 05 Dec, 2017 4 commits
-
-
Camil Staps authored
-
Steffen Michels authored
Re-port Data.Set union Closes #26 See merge request !83
-
Camil Staps authored
-
Mart Lubbers authored
-
- 30 Nov, 2017 1 commit
-
-
Camil Staps authored
-
- 23 Nov, 2017 3 commits
-
-
Steffen Michels authored
Use lesser-than rather than greater-than for maximumBy See merge request !81
-
Mart Lubbers authored
Fixed Data.Array's takeArr See merge request !82
-
Matheus Andrade authored
The inner function "copyArr" would never copy the last element of the array if its size > 1. If the function reaches i == sz - 1 (last element of the array), it should return the new array with the last element copied. Instead, it just returned the new array. An easy fix is to return the new array only when i == sz, which means that you've copied the entire array alread (including the last element)
-
- 22 Nov, 2017 2 commits
-
-
Bas Lijnse authored
Fix pty once and for all See merge request !77
-
Bas Lijnse authored
-
- 20 Nov, 2017 3 commits
-
-
Mart Lubbers authored
-
Bas Lijnse authored
-
Bas Lijnse authored
remove Data.Void Closes #13 See merge request !79
-
- 19 Nov, 2017 3 commits
-
-
Camil Staps authored
-
Steffen Michels authored
Fix two syntax errors in @type documentation See merge request !80
-
Camil Staps authored
-
- 16 Nov, 2017 4 commits
-
-
Camil Staps authored
-
Steffen Michels authored
-
Bas Lijnse authored
-
Bas Lijnse authored
-
- 14 Nov, 2017 3 commits
-
-
Steffen Michels authored
Add infix `on` See merge request !78
-
Camil Staps authored
-
Camil Staps authored
-