aboutsummaryrefslogtreecommitdiff
path: root/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'syntax')
-rw-r--r--syntax/PPTactic.v8
1 files changed, 7 insertions, 1 deletions
diff --git a/syntax/PPTactic.v b/syntax/PPTactic.v
index 2ee107c1bf..5074dfd890 100644
--- a/syntax/PPTactic.v
+++ b/syntax/PPTactic.v
@@ -350,5 +350,11 @@ Syntax tactic
level 8:
tactic_to_constr [<<(COMMAND $c)>>] -> [ $c:"constr":9 ]
| tactic_to_castedconstr [<<(CASTEDCOMMAND $c)>>] -> [ $c:"constr":9 ]
- | tactic_to_openconstr [<<(CASTEDOPENCOMMAND $c)>>] -> [ $c:"constr":9 ].
+ | tactic_to_openconstr [<<(CASTEDOPENCOMMAND $c)>>] -> [ $c:"constr":9 ]
+
+ (* This is produced bu UNFOLDLIST *)
+ | tactic_qualidarg_constr [<<(COMMAND (QUALIDARG $p))>>] -> [(QUALIDARG $p)]
+ | tactic_qualidarg_nil [<<(QUALIDARG $id)>>] -> [ $id ]
+ | tactic_qualidarg_cons [<<(QUALIDARG $id $p)>>] ->
+ [ $id [1 0] "." (QUALID $p) ].