Skip to content

Commit

Permalink
Fix g_derive.ml4.
Browse files Browse the repository at this point in the history
My bad, I forgot to fix the classification before comitting.
  • Loading branch information
aspiwack committed Dec 4, 2013
1 parent 1fb883a commit a084c94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/Derive/g_derive.ml4
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@


(*i camlp4deps: "grammar/grammar.cma" i*) (*i camlp4deps: "grammar/grammar.cma" i*)


(* arnaud: on a sans doute besoin des noms dans la liste. *) let classify_derive_command _ = Vernacexpr.(VtStartProof ("Classic",Doesn'tGuaranteeOpacity,[]),VtLater)
(* 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)


VERNAC COMMAND EXTEND Derive CLASSIFIED BY classify_derive_command VERNAC COMMAND EXTEND Derive CLASSIFIED BY classify_derive_command
| [ "Derive" ident(f) "From" constr(init) "Upto" constr(r) "As" ident(lemma) ] -> | [ "Derive" ident(f) "From" constr(init) "Upto" constr(r) "As" ident(lemma) ] ->
Expand Down

0 comments on commit a084c94

Please sign in to comment.