diff options
| author | Enrico Tassi | 2014-05-15 10:50:05 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2014-05-15 10:52:53 +0200 |
| commit | 49542cf365715e27811cc15d99565046d8754c20 (patch) | |
| tree | 6fbbaea0000eef2163d387467bbd771d3f67ea92 /plugins/Derive | |
| parent | 099ed72c853e31e9ead230ded55cfb1d09528c77 (diff) | |
poly: remove unused attribute to STM nodes and vernac classificaiton
Diffstat (limited to 'plugins/Derive')
| -rw-r--r-- | plugins/Derive/g_derive.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Derive/g_derive.ml4 b/plugins/Derive/g_derive.ml4 index c7db26fb87..9137c3d282 100644 --- a/plugins/Derive/g_derive.ml4 +++ b/plugins/Derive/g_derive.ml4 @@ -8,7 +8,7 @@ (*i camlp4deps: "grammar/grammar.cma" i*) -let classify_derive_command _ = Vernacexpr.(VtStartProof ("Classic",Doesn'tGuaranteeOpacity,[], false),VtLater) +let classify_derive_command _ = Vernacexpr.(VtStartProof ("Classic",Doesn'tGuaranteeOpacity,[]),VtLater) VERNAC COMMAND EXTEND Derive CLASSIFIED BY classify_derive_command | [ "Derive" ident(f) "From" constr(init) "Upto" constr(r) "As" ident(lemma) ] -> |
