aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/texmacspp.mli
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-09-29 22:15:01 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-09-29 22:15:01 +0200
commit09d13ea251ba9f271fd698edd0d6560b88996a65 (patch)
tree0c1462b2baddb0dd7fc92ba21b693ae4b2ad4af2 /stm/texmacspp.mli
parent8f118b444db7693dcc16dda4c271d2528bfa949a (diff)
XML pretty printing for AST (work by François Poulain, project DoCoq)
It is not 100% complete, but the main part is there.
Diffstat (limited to 'stm/texmacspp.mli')
-rw-r--r--stm/texmacspp.mli12
1 files changed, 12 insertions, 0 deletions
diff --git a/stm/texmacspp.mli b/stm/texmacspp.mli
new file mode 100644
index 000000000..49e906ff9
--- /dev/null
+++ b/stm/texmacspp.mli
@@ -0,0 +1,12 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2014 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+open Xml_datatype
+open Vernacexpr
+
+val tmpp : vernac_expr -> Loc.t -> xml