summaryrefslogtreecommitdiff
path: root/proofs/redexpr.mli
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2006-06-16 14:41:51 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2006-06-16 14:41:51 +0000
commite978da8c41d8a3c19a29036d9c569fbe2a4616b0 (patch)
tree0de2a907ee93c795978f3c843155bee91c11ed60 /proofs/redexpr.mli
parent3ef7797ef6fc605dfafb32523261fe1b023aeecb (diff)
Imported Upstream version 8.0pl3+8.1betaupstream/8.0pl3+8.1beta
Diffstat (limited to 'proofs/redexpr.mli')
-rw-r--r--proofs/redexpr.mli4
1 files changed, 3 insertions, 1 deletions
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 *)