diff options
| author | herbelin | 2003-10-02 12:33:48 +0000 |
|---|---|---|
| committer | herbelin | 2003-10-02 12:33:48 +0000 |
| commit | 47b945b7f153671b947b542fccd17174604f570d (patch) | |
| tree | 520460c057ff5ebcc0204aaf9652db5a277bd4bb | |
| parent | 2a0403f5b4541d4a98cc93fce763f9b629fb15f7 (diff) | |
Hypothesis mot-cle
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4515 85f007b7-540e-0410-9357-904b9bb8a0f7
| -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: |
