aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorGuillaume Melquiond2016-01-06 14:22:34 +0100
committerGuillaume Melquiond2016-01-06 14:22:34 +0100
commit1afa595012bbaf5fb89398b355f16159e1af399b (patch)
tree255cc594c736debd1cbd53b92906e1fa10d80de5 /library
parent7ca0319268c2c6912e08c53deb742d5f7631e210 (diff)
parent8b5d02d8706f99015c2ce8efcad32b7af228dd53 (diff)
Merge remote-tracking branch 'origin/v8.5' into trunk
Conflicts: lib/cSig.mli
Diffstat (limited to 'library')
-rw-r--r--library/goptions.mli2
-rw-r--r--library/libnames.mli2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/goptions.mli b/library/goptions.mli
index 9d87c14c50..25b5315c2a 100644
--- a/library/goptions.mli
+++ b/library/goptions.mli
@@ -133,7 +133,7 @@ val declare_stringopt_option: string option option_sig -> string option write_fu
(** {6 Special functions supposed to be used only in vernacentries.ml } *)
-module OptionMap : Map.S with type key = option_name
+module OptionMap : CSig.MapS with type key = option_name
val get_string_table :
option_name ->
diff --git a/library/libnames.mli b/library/libnames.mli
index b95c088715..c72f517532 100644
--- a/library/libnames.mli
+++ b/library/libnames.mli
@@ -60,7 +60,7 @@ val path_of_string : string -> full_path
val string_of_path : full_path -> string
val pr_path : full_path -> std_ppcmds
-module Spmap : Map.S with type key = full_path
+module Spmap : CSig.MapS with type key = full_path
val restrict_path : int -> full_path -> full_path