aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/globnames.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-03-20 15:27:40 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-03-20 15:41:22 +0100
commit67319cef77a215163032ea94f28f8c21dcf64f3a (patch)
tree3eafecdfcd2cf55c7e9c175e31fbd96702ff1e5e /library/globnames.mli
parent7516347809b595f74fdd80c1129ed05e227c2b3d (diff)
Missing equalities in Names-like structures.
Diffstat (limited to 'library/globnames.mli')
-rw-r--r--library/globnames.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/globnames.mli b/library/globnames.mli
index 4569d8e1f..0a7bf850c 100644
--- a/library/globnames.mli
+++ b/library/globnames.mli
@@ -77,6 +77,7 @@ type extended_global_reference =
module ExtRefOrdered : sig
type t = extended_global_reference
val compare : t -> t -> int
+ val equal : t -> t -> bool
val hash : t -> int
end