From a6d858b84132bcb27bcc771f06a854cc94eef716 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 17 Oct 2001 12:49:19 +0000 Subject: Abstraction de l'immplementation de dirpath et implementation dans l'autre sens pour plus de partage entre chemins git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2126 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/term.mli | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kernel/term.mli') diff --git a/kernel/term.mli b/kernel/term.mli index 418ce22368..90b1dd8077 100644 --- a/kernel/term.mli +++ b/kernel/term.mli @@ -641,12 +641,11 @@ val compare_constr : (constr -> constr -> bool) -> constr -> constr -> bool val hcons_constr: (section_path -> section_path) * - (section_path -> section_path) * + (dir_path -> dir_path) * (name -> name) * (identifier -> identifier) * (string -> string) -> - (constr -> constr) * (constr -> constr) * (types -> types) -- cgit v1.2.3