aboutsummaryrefslogtreecommitdiff
path: root/src/tac2qexpr.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/tac2qexpr.mli')
-rw-r--r--src/tac2qexpr.mli14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/tac2qexpr.mli b/src/tac2qexpr.mli
index 2e7fc7b44a..7c774a5c80 100644
--- a/src/tac2qexpr.mli
+++ b/src/tac2qexpr.mli
@@ -101,3 +101,17 @@ type rewriting = rewriting_r located
type dispatch_r = raw_tacexpr option list * (raw_tacexpr option * raw_tacexpr option list) option
type dispatch = dispatch_r located
+
+type red_flag_r =
+| QBeta
+| QIota
+| QMatch
+| QFix
+| QCofix
+| QZeta
+| QConst of Libnames.reference or_anti list located
+| QDeltaBut of Libnames.reference or_anti list located
+
+type red_flag = red_flag_r located
+
+type strategy_flag = red_flag list located