aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-25 18:48:54 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-25 18:48:54 +0000
commite1bf6d52d32abfe2b371015fe83a8cf6d2c787a1 (patch)
tree0ba3514fcc334b0a27a2c35a1bd5b86f9d4f904f /kernel
parent1ae1127ba307d6b42ffc8732b1af6cb725e04234 (diff)
Alias variable_path
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1203 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel')
-rw-r--r--kernel/names.ml1
-rw-r--r--kernel/names.mli1
2 files changed, 2 insertions, 0 deletions
diff --git a/kernel/names.ml b/kernel/names.ml
index 08b1b58a0..4152ec39e 100644
--- a/kernel/names.ml
+++ b/kernel/names.ml
@@ -362,6 +362,7 @@ module Spmap = Map.Make(SpOrdered)
(* Special references for inductive objects *)
+type variable_path = section_path
type constant_path = section_path
type inductive_path = section_path * int
type constructor_path = inductive_path * int
diff --git a/kernel/names.mli b/kernel/names.mli
index afdcd3a54..770bfe504 100644
--- a/kernel/names.mli
+++ b/kernel/names.mli
@@ -109,6 +109,7 @@ i*)
module Spmap : Map.S with type key = section_path
(*s Specific paths for declarations *)
+type variable_path = section_path
type constant_path = section_path
type inductive_path = section_path * int
type constructor_path = inductive_path * int