From 7cfe0a70eda671ada6a46cd779ef9308f7e0fdb9 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Mon, 8 Sep 2014 18:34:04 +0200 Subject: Removing the XML plugin. Left a README, just in case someone will discover the remnants of it decades from now. --- plugins/xml/xmlcommand.mli | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 plugins/xml/xmlcommand.mli (limited to 'plugins/xml/xmlcommand.mli') diff --git a/plugins/xml/xmlcommand.mli b/plugins/xml/xmlcommand.mli deleted file mode 100644 index 8e6254efc0..0000000000 --- a/plugins/xml/xmlcommand.mli +++ /dev/null @@ -1,28 +0,0 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* string option -> unit - -(* show dest *) -(* where dest is either None (for stdout) or (Some filename) *) -(* pretty prints via Xml.pp the proof in progress on dest *) -val show : string option -> unit -- cgit v1.2.3