diff options
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/g_proofs.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_proofs.ml4 b/parsing/g_proofs.ml4 index 78294f2a71..9f5ef5c8be 100644 --- a/parsing/g_proofs.ml4 +++ b/parsing/g_proofs.ml4 @@ -90,7 +90,7 @@ GEXTEND Gram id = ident; hyptyp = Constr.constr_pattern; pri = natural; - tac = tactic -> + "["; tac = tactic; "]" -> VernacHintDestruct (id,dloc,hyptyp,pri,tac) | IDENT "Hint"; hintname = ident; dbnames = opt_hintbases; ":="; h = hint |
