- 30 Mar, 2021 1 commit
-
-
Erin van der Veen authored
Remove outdated limitation from DOCUMENTATION.md See merge request !422
-
- 29 Mar, 2021 3 commits
-
-
Camil Staps authored
-
Camil Staps authored
Clean.Types: fix printing of a TypeDef with constructors (removing trailing newline) See merge request !421
-
Erin van der Veen authored
-
- 27 Mar, 2021 1 commit
-
-
Camil Staps authored
-
- 25 Mar, 2021 3 commits
-
-
John van Groningen authored
-
John van Groningen authored
in module OS-Windows.Network._IP fix WSAStartup label for 32 bit windows, WSAStartup@6 instead of WSAStartup@8
-
Camil Staps authored
fix WSAStartup label for 32 bit windows, WSAStartup@6 instead of WSAStartup@8 See merge request !417
-
- 23 Mar, 2021 5 commits
-
-
Camil Staps authored
Describe module documentation location See merge request !418
-
Camil Staps authored
-
Erin van der Veen authored
Shortly describes the location of module-wide documentation.
-
John van Groningen authored
-
John van Groningen authored
-
- 02 Mar, 2021 2 commits
-
-
Camil Staps authored
Create printRealWithDecimals function See merge request !416
-
Erin van der Veen authored
-
- 26 Feb, 2021 2 commits
-
-
Camil Staps authored
adapt to changed Gast API See merge request !415
-
Camil Staps authored
-
- 25 Feb, 2021 1 commit
-
-
Steffen Michels authored
-
- 23 Feb, 2021 1 commit
-
-
Mart Lubbers authored
Merge branch '111-follow-up-from-add-very-minimal-implementation-of-system-_processcontrol-for-the-linux-specific' into 'master' Resolve "Follow-up from "Add (very minimal) implementation of System._ProcessControl for the Linux-specific prctl function"" Closes #111 See merge request !410
-
- 22 Feb, 2021 1 commit
-
-
Steffen Michels authored
move prctl1 syscall to System._Linux and re-export it in System.Linux.ProcessControl to indicate that it is platform dependent
-
- 19 Feb, 2021 2 commits
-
-
Camil Staps authored
improve support for non-lazy lists See merge request !414
-
Steffen Michels authored
add pure, <*>, Alternative, Monad, MonadPlus, MonadFail, Semigroup, Monoid, Foldable, Traversable instances for strict lists
-
- 18 Feb, 2021 5 commits
-
-
Steffen Michels authored
-
Steffen Michels authored
-
Steffen Michels authored
-
Steffen Michels authored
-
Steffen Michels authored
-
- 15 Feb, 2021 5 commits
-
-
Camil Staps authored
Resolve "Incorrect pretty-printing of maybe type" Closes #117 See merge request !413
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
Resolve "Data.Integer implementation for ARM32" Closes #114 See merge request !412
-
John van Groningen authored
-
- 03 Feb, 2021 1 commit
-
-
Mart Lubbers authored
-
- 30 Jan, 2021 3 commits
-
-
Camil Staps authored
Resolve "Clean.Parse.Comments failure in iTasks.Extensions.GIS.Leaflet" Closes #116 See merge request !411
-
Camil Staps authored
Clean.Parse.Comments: fix issue where wrong comments could be assigned to the last constructor / record selector of a type
-
Camil Staps authored
When the last constructor/selector of a type has no documentation, and the next documentation is a single line comment, it can get associated to it even though the next documentation belongs to a different element.
-
- 29 Jan, 2021 2 commits
-
-
Camil Staps authored
fix strict version of foldlWithKey for maps, which used the lazy version for the right branch See merge request !409
-
Steffen Michels authored
-
- 28 Jan, 2021 2 commits
-
-
Camil Staps authored
Resolve "Clean.Parse.Comments failure in iTasks.Extensions.GIS.Leaflet" Closes #116 See merge request !408
-
Camil Staps authored
Fix assigning of comments to record selectors and constructors; do not assign a comment if there is an intervening element
-