aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/extraction/table.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-10-31 17:59:02 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-10-31 17:59:02 +0000
commit5d8ed22ff06926b0c9c2cf1d8c4ab3c45ef07f0b (patch)
tree0cefe434aaa4d97df9d90e2e26dc4637f4d11a37 /contrib/extraction/table.mli
parent7d4a72a3a4eb6a4b06afc7611424ded4a19c6653 (diff)
L'extraction c'est magic cvs -n up
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3199 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/table.mli')
-rw-r--r--contrib/extraction/table.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/extraction/table.mli b/contrib/extraction/table.mli
index 063c18a3c..7931dba01 100644
--- a/contrib/extraction/table.mli
+++ b/contrib/extraction/table.mli
@@ -23,6 +23,7 @@ val optim : unit -> bool
(*s Set and Map over global reference *)
module Refset : Set.S with type elt = global_reference
+module Refmap : Map.S with type key = global_reference
(*s Target language. *)