From 74a7a5a01427c92ec036f3870cbd0309dabd725f Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 15 Mar 2005 16:53:43 +0000 Subject: Unsharing before exportation to ensure uniqueness of xml id's git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6837 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/xml/cic2Xml.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/xml/cic2Xml.ml b/contrib/xml/cic2Xml.ml index 2e187ecc7..f04a03f9f 100644 --- a/contrib/xml/cic2Xml.ml +++ b/contrib/xml/cic2Xml.ml @@ -8,7 +8,7 @@ let print_xml_term ch env sigma cic = let acic = Cic2acic.acic_of_cic_context' true seed ids_to_terms constr_to_ids ids_to_father_ids ids_to_inner_sorts ids_to_inner_types [] - env [] sigma cic None in + env [] sigma (Unshare.unshare cic) None in let xml = Acic2Xml.print_term ids_to_inner_sorts acic in Xml.pp_ch xml ch ;; -- cgit v1.2.3