Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2019-03-23 09:18:41 +01:00
526 changed files with 30810 additions and 24083 deletions

View File

@@ -90,7 +90,7 @@ rec {
/* Same as `concatMapStringsSep`, but the mapping function
additionally receives the position of its argument.
Type: concatMapStringsSep :: string -> (int -> string -> string) -> [string] -> string
Type: concatIMapStringsSep :: string -> (int -> string -> string) -> [string] -> string
Example:
concatImapStringsSep "-" (pos: x: toString (x / pos)) [ 6 6 6 ]