From bedaec8452d0600ede52efeeac016c9d323c66de Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 18 Oct 2000 14:37:44 +0000 Subject: Renommage canonique : declaration = definition | assumption mode de reference = named | rel Ex: push_named_decl : named_declaration -> env -> env lookup_named : identifier -> safe_environment -> constr option * typed_type add_named_assum : identifier * typed_type -> named_context -> named_context add_named_def : identifier*constr*typed_type -> named_context -> named_context git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@723 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/term.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/term.ml') diff --git a/kernel/term.ml b/kernel/term.ml index b70bb05a07..81fbd9a02e 100644 --- a/kernel/term.ml +++ b/kernel/term.ml @@ -784,7 +784,7 @@ let outcast_type x = x let typed_combine f g t u = f t u (**) -type var_declaration = identifier * constr option * typed_type +type named_declaration = identifier * constr option * typed_type type rel_declaration = name * constr option * typed_type -- cgit v1.2.3