From 311e87f261b5e7f1dca61ac19d9b7b695b411ce0 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Sun, 20 May 2018 22:23:02 +0200 Subject: [api] [parsing] Move Egram* to `vernac/` The extension mechanism is specific to metasyntax and vernacinterp, thus it makes sense to place them next to each other. We also fix the META entry for the `grammar` camlp5 plugin. --- vernac/egramcoq.mli | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vernac/egramcoq.mli (limited to 'vernac/egramcoq.mli') diff --git a/vernac/egramcoq.mli b/vernac/egramcoq.mli new file mode 100644 index 000000000..e15add10f --- /dev/null +++ b/vernac/egramcoq.mli @@ -0,0 +1,19 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) +(* unit +(** Add a term notation rule to the parsing system. *) -- cgit v1.2.3