From 02ae9a0b28366372c9eaad1c25428c65314e6fcb Mon Sep 17 00:00:00 2001 From: coq Date: Mon, 7 Oct 2002 16:56:17 +0000 Subject: Lazy manuelles dans le code git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3100 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/declarations.mli | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'kernel/declarations.mli') diff --git a/kernel/declarations.mli b/kernel/declarations.mli index 715a83a4af..a40b65f6b9 100644 --- a/kernel/declarations.mli +++ b/kernel/declarations.mli @@ -21,9 +21,15 @@ open Sign (*s Constants (Definition/Axiom) *) +type constr_substituted + +val from_val : constr -> constr_substituted +val force : constr_substituted -> constr +val subst_constr_subst : substitution -> constr_substituted -> constr_substituted + type constant_body = { const_hyps : section_context; (* New: younger hyp at top *) - const_body : constr Lazy.t option; + const_body : constr_substituted option; const_type : types; const_constraints : constraints; const_opaque : bool } -- cgit v1.2.3