aboutsummaryrefslogtreecommitdiff
path: root/kernel/names.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/names.ml')
-rw-r--r--kernel/names.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/names.ml b/kernel/names.ml
index 08b1b58a05..4152ec39e2 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