Paul Tsnobiladzé
Paul Tsnobiladzé
[MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator) states that > The Iterator class provides a [[Symbol.iterator]()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/Symbol.iterator) method that returns the iterator object itself, making the iterator also [iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#the_iterable_protocol). @samwightt Do you have any counter-example of iterators...
@cknitt suggests to keep `reduce` as it is today and add a `reduceExn` that would have no init value and could raise, I like this solution, it's not a breaking...
how are you supposed to run ``` opam exec -- dune build ``` on windows with v3? It's documented like this in the README but it fails on windows with...
> how are you supposed to run > > ``` > opam exec -- dune build > ``` > > on windows with v3? It's documented like this in the...
as discussed today, there are two issues here, the wrong inlining/optimization when using a literal and the use of literal inside the "catch-all" case. There are 3 things we could...