From e978da8c41d8a3c19a29036d9c569fbe2a4616b0 Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Fri, 16 Jun 2006 14:41:51 +0000 Subject: Imported Upstream version 8.0pl3+8.1beta --- proofs/redexpr.mli | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'proofs/redexpr.mli') diff --git a/proofs/redexpr.mli b/proofs/redexpr.mli index c442b16e..cbac180a 100644 --- a/proofs/redexpr.mli +++ b/proofs/redexpr.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: redexpr.mli 7639 2005-12-02 10:01:15Z gregoire $ i*) +(*i $Id: redexpr.mli 8878 2006-05-30 16:44:25Z herbelin $ i*) open Names open Term @@ -17,6 +17,8 @@ open Reductionops type red_expr = (constr, evaluable_global_reference) red_expr_gen +val out_with_occurrences : 'a with_occurrences -> int list * 'a + val reduction_of_red_expr : red_expr -> reduction_function * cast_kind (* [true] if we should use the vm to verify the reduction *) -- cgit v1.2.3