index
:
delta/ocaml.git
3.08
3.09
3.10
3.11
3.12
4.00
4.00-with-binannot
4.01
4.02
4.03
4.04
4.05
4.06
4.07
4.08
4.09
4.10
4.11
4.12
4.13
4.14
5.0
5.1
FSF
MPR7048
MPR7609
MPR7609-continued
MPR7638
MPR7642
PR7042
abstract-new
abstract_intel_emit
abstract_x86_asm
afrisch_fix_reachable_words
afrisch_fix_stdlib_makefile_windows
annot-from-lambda
arm-literals
arm64
ast_rewriter
atomic_write_cmi
attributes
autofocus
backend-optims
big-marshal
binary-annot
binary-compat
build-with-debugging-informations
cc-optim
cducetrunk
class-with-type
cmm-mach-types
constructors_with_record
constructors_with_record2
constructors_with_record3
constructors_with_record4
constructors_with_record5
contracts
contracts-3.11
contribution_workflow
delegate
deprecated_optional_arguments
disable_unused_warnings_for_print_types
doc2attr
doc_windows_unicode
dothat
dwarf
dynamic_loading
dynamics
dyntypes
enter-mod-decl
ephemeron
exception_registration
execvpe
expoly
extension_points
fastclass
faster-testsuite
fix-32bit-warning
fix-getwd-use
fix_7657
fix_7680
fix_7682
fix_large_file_lseek_windows
fix_mingw
fix_ocamllex
fixedtypes
flambda
flambda_trunk
fmu
fstclassmod
fstclassmod_parametrized
gadt-warnings
gadts
gadts-devel
gadts-devel-lenormand
gcaml
gcaml3
gcaml3090
gcaml3101
ground_coercion
hex-float
hidden_args
implicit-subtyping
implicit-unpack
implicits
improve-PIC-and-PIE
improve_arg_read_arg
inline-more
inplace_let
ios-support
jo311
jo312
jo400
jo401
jocamltrunk
jocamltrunk+cduce
labltk
let_open_in_classes
letopen
letopenin
lightlabels
located_errors
m7100_gc_when_many_custom_blocks_in_minor_heap
map_file_omission
mark_expansive
master
menubars
merge_sig_str
metadata
minus-camlp4
mltk
module-alias
module_of_module_type
moduletypeof
monadic_let
more_unboxing
multimatch
namespaces
natdynlink
new-test-framework
newfunsyntax
newoolab
newoolab2
newoolabmult
newsysthreads
newtypein
no_internal_deprecation
non-vanishing
objvariants
ocaml-binannot
ocaml2
ocamldebug_g
ocamlmode
olabl
open_types
opt_backtrace
override
overridemethod
poly_meth
poly_meth2
polyrec
ppc64
pr/1866
pr7591
pr7661-again
pr8891
pr8908
pr8934
private_abbrevs
raise_variants
record-disambiguation
recursive_modules
remove-libnum
remove_spurious_semi_colons
resurrect-cygwin64-review-base
revert-1377-ocamldep_nested_include_fix
safe-string
short-paths
short-paths-4.01
sigsubst
simplify_duplicate_ident_optim
sse2
static_exceptions
strict_labels
stripped-ocaml
test_for_self_review
tests_asmcomp_revised
tmp-merging-3.12.1
treematch
trunk
unlabeled-1.1.2
unlabeled-1.2.2
unlabeled-1.3.2
unused_declarations
user-defined-indexing-operators
variants303
varunion
warning_attribute_on_type_exprs
win32
win32-rename
win32-sockets
with-frame-pointers
github.com: ocaml/ocaml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
map.mli
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define to_rev_seq in Set and Map module (#9075)
Sébastien Briais
2020-05-15
1
-0
/
+4
*
Fix some issues in the Map documentation:
Jeremy Yallop
2020-04-30
1
-13
/
+13
*
Map.filter_map and Set.filter_map
Gabriel Scherer
2020-03-31
1
-0
/
+20
*
stdlib doc: avoid implicit order on bindings (#2194)
Florian Angeletti
2018-12-11
1
-9
/
+9
*
Map: use '_key' and 'key' rather than 'k' in the 'union' documentation
Jeremy Yallop
2018-12-10
1
-4
/
+4
*
Map: fix documentation for 'union'
Jeremy Yallop
2018-12-10
1
-4
/
+4
*
Stdlib doc: harmonize heading levels again. (#2142)
Daniel Bünzli
2018-11-08
1
-1
/
+1
*
Deprecate Pervasives (#1605)
Jérémie Dimino
2018-08-27
1
-3
/
+3
*
Stdlib functional iterators (#1002)
Simon Cruanes
2018-03-16
1
-0
/
+17
*
Fixed grammar in user-facing comments and README
Max Mouratov
2017-04-06
1
-1
/
+1
*
Fix, add since tag.
alainfrisch
2017-02-28
1
-1
/
+3
*
Modify API of update.
Sébastien Briais
2017-02-28
1
-7
/
+9
*
Define Map.update.
Sébastien Briais
2017-02-28
1
-0
/
+9
*
PR#7343: add specifications for Map.merge and Map.union
Xavier Leroy
2017-02-18
1
-0
/
+10
*
Map: nonsensical documentation of find_opt
Xavier Leroy
2017-02-18
1
-2
/
+2
*
[Stdlib] Implement find_first, find_last for maps and sets (#869)
Gabriel de Perthuis
2016-11-12
1
-0
/
+34
*
Option-returning variants of stdlib functions (#885)
Alain Frisch
2016-11-07
1
-0
/
+26
*
Also enable more warnings in stdlib/ and fix them.
Alain Frisch
2016-03-15
1
-0
/
+1
*
Update headers for the new license.
Damien Doligez
2016-02-18
1
-12
/
+14
*
PR#6449: add Map.union.
alainfrisch
2016-01-04
1
-0
/
+7
*
update the doc of Map.(add, remove, filter)
iguer
2015-11-22
1
-2
/
+5
*
Map.add x y m returns the original map if x is already bound to a value that ...
iguer
2015-11-22
1
-1
/
+4
*
Map.filter returns the original map when the given predicate satisfies all th...
iguer
2015-11-22
1
-1
/
+3
*
Map.remove returns the original map when the binding to be removed is not pre...
iguer
2015-11-22
1
-1
/
+3
*
stdlib/map: Add some usage exemple in the documentation.
Gabriel Scherer
2014-05-03
1
-0
/
+20
*
remove all $Id keywords
Damien Doligez
2012-10-15
1
-2
/
+0
*
renaming of Objective Caml to OCaml and cleanup of copyright headers
Damien Doligez
2011-07-27
1
-1
/
+1
*
merge changes from branching of 3.12 to release/3.12.0
Damien Doligez
2010-08-02
1
-1
/
+1
*
cut long lines
Damien Doligez
2010-05-31
1
-3
/
+7
*
Adding @since ocamldoc tags.
Alain Frisch
2010-05-31
1
-14
/
+38
*
Extend Map with functions from Set.
Alain Frisch
2010-05-25
1
-20
/
+77
*
merge changes from ocaml3110 to ocaml3111rc0
Damien Doligez
2009-05-20
1
-3
/
+1
*
nettoyage
Damien Doligez
2005-10-25
1
-3
/
+2
*
Ajout Map.is_empty, Map.compare, Map.equal
Xavier Leroy
2004-04-23
1
-0
/
+13
*
Specifier l'ordre de calcul pour les fonctions map et iter (PR#1947)
Xavier Leroy
2004-02-14
1
-8
/
+8
*
MAJ documentation:
Xavier Leroy
2003-11-21
1
-2
/
+1
*
meilleure doc de la fonction de comparaison
Damien Doligez
2003-10-16
1
-2
/
+3
*
Nettoyage commentaires de doc
Xavier Leroy
2001-12-10
1
-11
/
+15
*
MAJ en-tetes pour mentionner la 'special exception' sur la LGPL
Xavier Leroy
2001-12-07
1
-1
/
+2
*
correction comments
Maxence Guesdon
2001-12-04
1
-10
/
+49
*
do not forget +'a
Jacques Garrigue
2001-12-04
1
-1
/
+1
*
commentaires après
Maxence Guesdon
2001-12-03
1
-55
/
+12
*
Modification emplacements et syntaxe commentaires pour OCamldoc.
Maxence Guesdon
2001-10-26
1
-1
/
+1
*
Modification emplacement et syntaxe commentaires pour OCamldoc
Maxence Guesdon
2001-10-26
1
-44
/
+57
*
passage aux labels stricts
Jacques Garrigue
2001-09-06
1
-5
/
+5
*
Typo dans doc de Map.mem (PR#440)
Xavier Leroy
2001-07-16
1
-1
/
+1
*
add variance annotation
Jacques Garrigue
2001-02-12
1
-1
/
+1
*
Espacement
Xavier Leroy
2001-02-05
1
-1
/
+1
*
passage aux labels legers
Jacques Garrigue
2000-04-03
1
-7
/
+7
*
give mapi same labels as iter
Jacques Garrigue
2000-02-22
1
-1
/
+1
[next]