From: Claudio Sacerdoti Coen Date: Wed, 12 Jun 2002 16:12:34 +0000 (+0000) Subject: * syntax error fixed X-Git-Tag: V_0_3_0_debian_8~46 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=63c43487836c85e7831c4b867723cf602ceb8b1b;p=helm.git * syntax error fixed * IT DOESN'T COMPILE!!! It must still be ported to the new Meta. I don't do it yet because this module should disappear when the new exportation module will be available. --- diff --git a/helm/fix_params/cic2Xml.ml b/helm/fix_params/cic2Xml.ml index 2a9907264..0d433d64a 100644 --- a/helm/fix_params/cic2Xml.ml +++ b/helm/fix_params/cic2Xml.ml @@ -95,7 +95,6 @@ let print_term curi = >] | C.AConst (id,uri,_) -> X.xml_empty "CONST" ["uri", (U.string_of_uri uri) ; "id",id] - | C.AMutInd (id,uri,_,i) -> | C.AMutInd (id,uri,_,i) -> X.xml_empty "MUTIND" ["uri", (U.string_of_uri uri) ;