diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/names.ml | 1 | ||||
| -rw-r--r-- | kernel/names.mli | 1 |
2 files changed, 2 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 diff --git a/kernel/names.mli b/kernel/names.mli index afdcd3a546..770bfe5040 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 |
