Skip to content

Releases: c-cube/iter

1.9

05 Feb 04:41
a525d49

Choose a tag to compare

CHANGES:

  • Switch exceptions used for control flow from global to local
  • Update Iter.ml to use mutable fields instead of refs (#44)

1.8

16 Nov 04:16
4f47de6

Choose a tag to compare

1.8

CHANGES:

  • add Iter.map_while
  • fix bug in map_by_2, add tests

1.7

15 May 13:18
d410860

Choose a tag to compare

1.7

CHANGES:

  • add let operators in Infix
  • require OCaml >= 4.08
  • improve docs about random iterators
  • fix: IO.write_lines should produce an empty file for an empty iter

1.6

04 May 17:10
29ece56

Choose a tag to compare

1.6
v1.6

prepare for 1.6

1.5

04 May 17:10
688689b

Choose a tag to compare

1.5
v1.5

prepare for 1.5

1.4

22 Feb 16:45
65ab937

Choose a tag to compare

1.4
  • fix dune files for dune 3
  • add for_each and for_eachi

1.3

22 Feb 16:45
2eae217

Choose a tag to compare

1.3
  • use inline annotations
  • prepare for newer mdx (for tests)

1.2.1

15 Jun 00:12

Choose a tag to compare

compatibility with OCaml 4.08

1.2

08 Mar 20:50

Choose a tag to compare

1.2

1.2

  • Rename the library to Iter.
  • Add from_labeled_iter.
  • Use raise_notrace for internal exceptions.

1.1

14 Dec 14:51

Choose a tag to compare

1.1

perf and fix improvements