From c330f60f1617afcb42cebe2fd2ccf9f330ea4f89 Mon Sep 17 00:00:00 2001 From: filliatr Date: Tue, 25 Jul 2000 17:29:20 +0000 Subject: retablissement make doc et make minicoq git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@571 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/sign.mli | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'kernel/sign.mli') diff --git a/kernel/sign.mli b/kernel/sign.mli index 3add55894c..17d9267d98 100644 --- a/kernel/sign.mli +++ b/kernel/sign.mli @@ -7,13 +7,15 @@ open Generic open Term (*i*) -(*s Signatures of _ordered_ named variables, intended to be accessed by name *) +(*s Signatures of ordered named variables, intended to be accessed by name *) type var_context = var_declaration list -val add_var : identifier * constr option * typed_type -> var_context -> var_context +val add_var : + identifier * constr option * typed_type -> var_context -> var_context val add_var_decl : identifier * typed_type -> var_context -> var_context -val add_var_def : identifier * constr * typed_type -> var_context ->var_context +val add_var_def : + identifier * constr * typed_type -> var_context -> var_context val lookup_id : identifier -> var_context -> constr option * typed_type val lookup_id_type : identifier -> var_context -> typed_type val lookup_id_value : identifier -> var_context -> constr option -- cgit v1.2.3