ocaml/otherlibs
Simon Cruanes df80f34a92 Stdlib functional iterators (#1002)
* add `Seq` module, expose iterator conversions in most containers

* small typo

* typo

* change order of arguments for `{Map,Set}.add_seq`

* watch for max string length in `Bytes.of_seq`

* wip: make it build again

* Fix dependency

Sys needs to be linked before Bytes in stdlib.

* Update threads/stdlib.ml

* Update stdlib_no_prefixed/.depend

* fix inconsistencies with label modules

* update testsuite to work with seq

* update change file

* small change in `Hashtbl.to_seq`, capturing only the underlying array

* add some documentation to seq.mli

* revert to good ol' module type names for hashtables

* fix test

* change style of comments in seq.mli

* follow some demands in review of GPR #1002

* some fixes for #1002

* add Seq-related functions to Ephemeron

* add some comments on `Hashtbl.of_seq`

* add more tests for `Hashtbl.{to,of}_seq`

* fix bug in `Ephemeron.to_seq`

* Update Changes
2018-03-16 18:25:10 +01:00
..
bigarray Genarray.nth_dim: add missing bounds check 2018-01-04 12:04:17 +01:00
dynlink build_path_prefix_map: update .depend and Makefiles 2018-03-01 17:41:28 +01:00
graph PR#7363: start documentation headers at {1 2017-10-04 13:05:05 +02:00
raw_spacetime_lib make alldepend 2018-02-05 19:30:48 +01:00
str PR#7363: start documentation headers at {1 2017-10-04 13:05:05 +02:00
systhreads Thread.wait_{timed_}read: document that they also return on EOF (#1656) 2018-03-13 13:02:59 +00:00
threads Stdlib functional iterators (#1002) 2018-03-16 18:25:10 +01:00
unix Add the -dunique-ids and -dno-unique-ids options to the compilers 2018-02-20 18:02:35 +01:00
win32graph Fix Unicode mismatch in win32graph (#1629) 2018-02-24 11:56:18 +01:00
win32unix make alldepend 2018-02-05 19:30:48 +01:00
Makefile Introduce and use the OUTPUTEXE and OUTPUTOBJ build variables 2017-03-29 11:10:06 +02:00