]> matita.cs.unibo.it Git - helm.git/commitdiff
CicNotationPres self-reference (misteriously accepted by ocaml!!!)
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 30 Aug 2005 08:51:02 +0000 (08:51 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 30 Aug 2005 08:51:02 +0000 (08:51 +0000)
helm/ocaml/cic_notation/cicNotationPres.ml

index 7c87dedce0168ecc76d7d954d782d592fe48b6e4..b3893d3276c936c4583a359d5c00e2eb629b93e8 100644 (file)
@@ -381,9 +381,9 @@ let render ids_to_uris =
   in
   aux [] false None `None 0 []
 
-let rec print_box (t: CicNotationPres.boxml_markup) =
+let rec print_box (t: boxml_markup) =
   Box.box2xml print_mpres t
-and print_mpres (t: CicNotationPres.mathml_markup) =
+and print_mpres (t: mathml_markup) =
   Mpresentation.print_mpres print_box t
 
 let print_xml = print_mpres