aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
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 4152ec39e2..fa95bc2034 100644
--- a/kernel/names.ml
+++ b/kernel/names.ml
@@ -366,6 +366,7 @@ type variable_path = section_path
type constant_path = section_path
type inductive_path = section_path * int
type constructor_path = inductive_path * int
+type mutual_inductive_path = section_path
(* Hash-consing of identifier *)
module Hident = Hashcons.Make(
diff --git a/kernel/names.mli b/kernel/names.mli
index 770bfe5040..bd3d0e590c 100644
--- a/kernel/names.mli
+++ b/kernel/names.mli
@@ -113,6 +113,7 @@ type variable_path = section_path
type constant_path = section_path
type inductive_path = section_path * int
type constructor_path = inductive_path * int
+type mutual_inductive_path = section_path
(* Hash-consing *)
val hcons_names : unit ->