summaryrefslogtreecommitdiff
path: root/stdlib/map.mli
Commit message (Expand)AuthorAgeFilesLines
* Define to_rev_seq in Set and Map module (#9075)Sébastien Briais2020-05-151-0/+4
* Fix some issues in the Map documentation:Jeremy Yallop2020-04-301-13/+13
* Map.filter_map and Set.filter_mapGabriel Scherer2020-03-311-0/+20
* stdlib doc: avoid implicit order on bindings (#2194)Florian Angeletti2018-12-111-9/+9
* Map: use '_key' and 'key' rather than 'k' in the 'union' documentationJeremy Yallop2018-12-101-4/+4
* Map: fix documentation for 'union'Jeremy Yallop2018-12-101-4/+4
* Stdlib doc: harmonize heading levels again. (#2142)Daniel Bünzli2018-11-081-1/+1
* Deprecate Pervasives (#1605)Jérémie Dimino2018-08-271-3/+3
* Stdlib functional iterators (#1002)Simon Cruanes2018-03-161-0/+17
* Fixed grammar in user-facing comments and READMEMax Mouratov2017-04-061-1/+1
* Fix, add since tag.alainfrisch2017-02-281-1/+3
* Modify API of update.Sébastien Briais2017-02-281-7/+9
* Define Map.update.Sébastien Briais2017-02-281-0/+9
* PR#7343: add specifications for Map.merge and Map.unionXavier Leroy2017-02-181-0/+10
* Map: nonsensical documentation of find_optXavier Leroy2017-02-181-2/+2
* [Stdlib] Implement find_first, find_last for maps and sets (#869)Gabriel de Perthuis2016-11-121-0/+34
* Option-returning variants of stdlib functions (#885)Alain Frisch2016-11-071-0/+26
* Also enable more warnings in stdlib/ and fix them.Alain Frisch2016-03-151-0/+1
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* PR#6449: add Map.union.alainfrisch2016-01-041-0/+7
* update the doc of Map.(add, remove, filter)iguer2015-11-221-2/+5
* Map.add x y m returns the original map if x is already bound to a value that ...iguer2015-11-221-1/+4
* Map.filter returns the original map when the given predicate satisfies all th...iguer2015-11-221-1/+3
* Map.remove returns the original map when the binding to be removed is not pre...iguer2015-11-221-1/+3
* stdlib/map: Add some usage exemple in the documentation.Gabriel Scherer2014-05-031-0/+20
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge changes from branching of 3.12 to release/3.12.0Damien Doligez2010-08-021-1/+1
* cut long linesDamien Doligez2010-05-311-3/+7
* Adding @since ocamldoc tags.Alain Frisch2010-05-311-14/+38
* Extend Map with functions from Set.Alain Frisch2010-05-251-20/+77
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-201-3/+1
* nettoyageDamien Doligez2005-10-251-3/+2
* Ajout Map.is_empty, Map.compare, Map.equalXavier Leroy2004-04-231-0/+13
* Specifier l'ordre de calcul pour les fonctions map et iter (PR#1947)Xavier Leroy2004-02-141-8/+8
* MAJ documentation:Xavier Leroy2003-11-211-2/+1
* meilleure doc de la fonction de comparaisonDamien Doligez2003-10-161-2/+3
* Nettoyage commentaires de docXavier Leroy2001-12-101-11/+15
* MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy2001-12-071-1/+2
* correction commentsMaxence Guesdon2001-12-041-10/+49
* do not forget +'aJacques Garrigue2001-12-041-1/+1
* commentaires aprèsMaxence Guesdon2001-12-031-55/+12
* Modification emplacements et syntaxe commentaires pour OCamldoc.Maxence Guesdon2001-10-261-1/+1
* Modification emplacement et syntaxe commentaires pour OCamldocMaxence Guesdon2001-10-261-44/+57
* passage aux labels strictsJacques Garrigue2001-09-061-5/+5
* Typo dans doc de Map.mem (PR#440)Xavier Leroy2001-07-161-1/+1
* add variance annotationJacques Garrigue2001-02-121-1/+1
* EspacementXavier Leroy2001-02-051-1/+1
* passage aux labels legersJacques Garrigue2000-04-031-7/+7
* give mapi same labels as iterJacques Garrigue2000-02-221-1/+1