aboutsummaryrefslogtreecommitdiff
path: root/intf/genredexpr.mli
diff options
context:
space:
mode:
authorArnaud Spiwack2014-09-08 12:52:05 +0200
committerPierre Boutillier2014-12-12 16:08:44 +0100
commit724797b1f0e7051a52f30ff0cc432db2cc9345ec (patch)
tree66038674337785c918a71941d38c19bd62323083 /intf/genredexpr.mli
parenta417d138c0a8abc028486c20d59e4f2e82f456ef (diff)
Extend the syntax of simpl with a delta flag.
You can write 'simpl -[plus minus] div2'. Simpl does not use it for now.
Diffstat (limited to 'intf/genredexpr.mli')
-rw-r--r--intf/genredexpr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/genredexpr.mli b/intf/genredexpr.mli
index a59278bb0e..a9fc47348b 100644
--- a/intf/genredexpr.mli
+++ b/intf/genredexpr.mli
@@ -32,7 +32,7 @@ type 'a glob_red_flag = {
type ('a,'b,'c) red_expr_gen =
| Red of bool
| Hnf
- | Simpl of ('b,'c) Util.union Locus.with_occurrences option
+ | Simpl of 'b glob_red_flag*('b,'c) Util.union Locus.with_occurrences option
| Cbv of 'b glob_red_flag
| Cbn of 'b glob_red_flag
| Lazy of 'b glob_red_flag