make zip alias for zipThrow
This commit is contained in:
@@ -106,6 +106,7 @@ class Kiss {
|
|||||||
"chooseRandom" => Symbol("Prelude.chooseRandom"),
|
"chooseRandom" => Symbol("Prelude.chooseRandom"),
|
||||||
// These ones *probably* won't conflict with variables and might commonly be used with (apply) because they are variadic
|
// These ones *probably* won't conflict with variables and might commonly be used with (apply) because they are variadic
|
||||||
"concat" => Symbol("Prelude.concat"),
|
"concat" => Symbol("Prelude.concat"),
|
||||||
|
"zip" => Symbol("Prelude.zipThrow"),
|
||||||
"zipKeep" => Symbol("Prelude.zipKeep"),
|
"zipKeep" => Symbol("Prelude.zipKeep"),
|
||||||
"zipDrop" => Symbol("Prelude.zipDrop"),
|
"zipDrop" => Symbol("Prelude.zipDrop"),
|
||||||
"zipThrow" => Symbol("Prelude.zipThrow"),
|
"zipThrow" => Symbol("Prelude.zipThrow"),
|
||||||
|
Reference in New Issue
Block a user