aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/xml/proofTree2Xml.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xml/proofTree2Xml.ml4')
-rw-r--r--contrib/xml/proofTree2Xml.ml44
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/xml/proofTree2Xml.ml4 b/contrib/xml/proofTree2Xml.ml4
index 6016937d0..84091f0ab 100644
--- a/contrib/xml/proofTree2Xml.ml4
+++ b/contrib/xml/proofTree2Xml.ml4
@@ -189,3 +189,7 @@ Pp.ppnl (Pp.(++) (Pp.str
X.xml_nempty "ProofTree" ["of",curi] (aux pf [])
>]
;;
+
+
+(* Hook registration *)
+Xmlcommand.set_print_proof_tree print_proof_tree;;