From b84549caa97b373e5ccc5b6ad81592d0c2edb0bf Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 27 Jan 2001 17:27:31 +0000 Subject: Ajout alias mutual_inductive_path = section_path git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1282 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/names.ml | 1 + kernel/names.mli | 1 + 2 files changed, 2 insertions(+) (limited to 'kernel') 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 -> -- cgit v1.2.3