diff options
Diffstat (limited to 'syntax')
| -rw-r--r-- | syntax/PPTactic.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/PPTactic.v b/syntax/PPTactic.v index 19ec907910..2ee107c1bf 100644 --- a/syntax/PPTactic.v +++ b/syntax/PPTactic.v @@ -349,6 +349,6 @@ Syntax tactic level 8: tactic_to_constr [<<(COMMAND $c)>>] -> [ $c:"constr":9 ] - | tactic_to_constr [<<(CASTEDCOMMAND $c)>>] -> [ $c:"constr":9 ] - | tactic_to_constr [<<(CASTEDOPENCOMMAND $c)>>] -> [ $c:"constr":9 ]. + | tactic_to_castedconstr [<<(CASTEDCOMMAND $c)>>] -> [ $c:"constr":9 ] + | tactic_to_openconstr [<<(CASTEDOPENCOMMAND $c)>>] -> [ $c:"constr":9 ]. |
