summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-set/testmap.ml
Commit message (Expand)AuthorAgeFilesLines
* New script language for ocamltest (#12185)Damien Doligez2023-04-251-2/+1
* Define to_rev_seq in Set and Map module (#9075)Sébastien Briais2020-05-151-0/+15
* Map.filter_map and Set.filter_mapGabriel Scherer2020-03-311-0/+5
* Stdlib functional iterators (#1002)Simon Cruanes2018-03-161-1/+16
* Migrate lib-set tests to ocamltestNicolas Ojeda Bar2017-12-051-0/+3
* Do not disable warnings by default when compiling tests (#1293)Sébastien Hinderer2017-08-311-10/+16
* [Stdlib] Implement find_first, find_last for maps and sets (#869)Gabriel de Perthuis2016-11-121-0/+52
* Remove copyright notices in test files.Sébastien Hinderer2016-05-031-15/+0
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* Map.add x y m returns the original map if x is already bound to a value that ...iguer2015-11-221-0/+27
* Map.filter returns the original map when the given predicate satisfies all th...iguer2015-11-221-0/+8
* Map.remove returns the original map when the binding to be removed is not pre...iguer2015-11-221-0/+15
* GPR#243: Faster test suiteDamien Doligez2015-10-091-1/+1
* PR#5933 type-specialize 'let compare = compare' on ints and stringsGabriel Scherer2013-03-191-1/+1
* whitespace, non-ascii chars, some missing headersDamien Doligez2012-10-171-0/+12
* clean up TABs and whitespaceDamien Doligez2012-07-301-2/+1
* More efficient implementation of {Set,Map}.{filter,partition}Xavier Leroy2012-01-161-0/+123