aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorpboutill2012-12-21 21:47:38 +0000
committerpboutill2012-12-21 21:47:38 +0000
commite9428d3127ca159451437c2abbc6306e0c31f513 (patch)
tree675eadf0e2790ae2dbe6f378dabf5a77feaec6f4 /intf
parent99674e1e719cede1531ff4c3e21c57cfb6b55b48 (diff)
Yet a new reduction tactic in Coq : cbn
It is supposed to become the next generation of the simpl tactics (it "refolds" constant) but 1/it is a bit more aggresive than the old simpl 2/it cannot be customized as simpl start to be 3/(for now)it does not refold in reccursive calls constant such as compare x y := compare_cont x y Eq := (fix compare_cont x y s := ...) x y Eq git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16111 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf')
-rw-r--r--intf/genredexpr.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/intf/genredexpr.mli b/intf/genredexpr.mli
index 833d32545d..97f9b04848 100644
--- a/intf/genredexpr.mli
+++ b/intf/genredexpr.mli
@@ -34,6 +34,7 @@ type ('a,'b,'c) red_expr_gen =
| Hnf
| Simpl of 'c Locus.with_occurrences option
| Cbv of 'b glob_red_flag
+ | Cbn of 'b glob_red_flag
| Lazy of 'b glob_red_flag
| Unfold of 'b Locus.with_occurrences list
| Fold of 'a list