From 278f64296af13865ed50c966f1a4c1ab4357423e Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Thu, 12 Jul 2018 18:05:46 +0200 Subject: Port g_derive to coqpp. Unluckily this is the only file that contains a VERNAC EXTEND and no ARGUMENT EXTEND, which are not handled yet. --- plugins/derive/g_derive.ml4 | 20 -------------------- plugins/derive/g_derive.mlg | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 20 deletions(-) delete mode 100644 plugins/derive/g_derive.ml4 create mode 100644 plugins/derive/g_derive.mlg (limited to 'plugins') diff --git a/plugins/derive/g_derive.ml4 b/plugins/derive/g_derive.ml4 deleted file mode 100644 index a59324149c..0000000000 --- a/plugins/derive/g_derive.ml4 +++ /dev/null @@ -1,20 +0,0 @@ -(************************************************************************) -(* * The Coq Proof Assistant / The Coq Development Team *) -(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) -(* - [ Derive.start_deriving f suchthat lemma ] -END diff --git a/plugins/derive/g_derive.mlg b/plugins/derive/g_derive.mlg new file mode 100644 index 0000000000..2e059c7f95 --- /dev/null +++ b/plugins/derive/g_derive.mlg @@ -0,0 +1,28 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) +(* + { let () = Derive.start_deriving f suchthat lemma in st } +END -- cgit v1.2.3