diff options
| -rw-r--r-- | parsing/g_proofsnew.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_proofsnew.ml4 b/parsing/g_proofsnew.ml4 index b8f1f2554c..f9f731b319 100644 --- a/parsing/g_proofsnew.ml4 +++ b/parsing/g_proofsnew.ml4 @@ -27,7 +27,7 @@ GEXTEND Gram destruct_location : [ [ IDENT "Conclusion" -> Tacexpr.ConclLocation () - | discard = [ IDENT "Discardable" -> true | -> false ]; IDENT "Hypothesis" + | discard = [ IDENT "Discardable" -> true | -> false ]; "Hypothesis" -> Tacexpr.HypLocation discard ] ] ; opt_hintbases: |
