Skip to content

Commit

Permalink
add OCaml combine
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra authored Dec 18, 2023
1 parent e73e6dc commit 13f5096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ See the [November 2023 presentation to committee](https://docs.google.com/presen
| Clojure | variadic `map` | | | | yes | yes | yes | |
| Elm | | | | | `List.map2` | yes | yes | |
| Haskell | `zip` | | | | `zipWith` | yes | | |
| OCaml | `zip` | | | | `map2` | | yes | |
| OCaml | `zip` | | | `combine` | `map2` | | yes | |
| Python | `zip` | `itertools.zip_longest` | | `zip(..., strict=True)` | | yes | yes | yes, empty |
| Ruby | | | `Enumerable#zip` | | `zip` | yes | yes | |
| Rust | `Iterator::zip` | | | | | | | |
Expand Down

0 comments on commit 13f5096

Please sign in to comment.