aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorArnaud Spiwack2013-12-04 17:13:52 +0100
committerArnaud Spiwack2013-12-04 17:13:52 +0100
commita084c94b7402bce8b5b55843b4dee4e65f842bbf (patch)
treebe1adb6a8d7f037b176dbdf2e17959a1acd0172d /plugins
parent1fb883aaf4dc0b1111befd7a44395de76547c330 (diff)
Fix g_derive.ml4.
My bad, I forgot to fix the classification before comitting.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Derive/g_derive.ml44
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Derive/g_derive.ml4 b/plugins/Derive/g_derive.ml4
index 354643c092..9137c3d282 100644
--- a/plugins/Derive/g_derive.ml4
+++ b/plugins/Derive/g_derive.ml4
@@ -8,9 +8,7 @@
(*i camlp4deps: "grammar/grammar.cma" i*)
-(* arnaud: on a sans doute besoin des noms dans la liste. *)
-(* arnaud: est-ce que VtNow signifie bien qu'on ne peut pas skipper la preuve? *)
-let classify_derive_command _ = Vernacexpr.(VtStartProof ("Classic",Doesn'tGuaranteeOpacity,[]),VtNow)
+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) ] ->