From 33021618a06a94563d28691940f02a55bd9d358d Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Sat, 16 May 2020 17:07:37 +0200 Subject: Move CoqIDE to its own folder The will make it possible to put a VsCoq toplevel in `ide/vscoq`. --- ide/protocol/xml_printer.mli | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 ide/protocol/xml_printer.mli (limited to 'ide/protocol/xml_printer.mli') diff --git a/ide/protocol/xml_printer.mli b/ide/protocol/xml_printer.mli deleted file mode 100644 index e60e3392ed..0000000000 --- a/ide/protocol/xml_printer.mli +++ /dev/null @@ -1,31 +0,0 @@ -(************************************************************************) -(* * The Coq Proof Assistant / The Coq Development Team *) -(* v * Copyright INRIA, CNRS and contributors *) -(* t - -(** Print the xml data structure to a source into a compact xml string (without - any user-readable formatting ). *) -val print : t -> xml -> unit - -(** Print the xml data structure into a compact xml string (without - any user-readable formatting ). *) -val to_string : xml -> string - -(** Print the xml data structure into an user-readable string with - tabs and lines break between different nodes. *) -val to_string_fmt : xml -> string - -(** Print PCDATA as a string by escaping XML entities. *) -val pcdata_to_string : string -> string -- cgit v1.2.3