]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_omdoc/contentPp.ml
The Aux argument of conclude is now of type string (used to be int).
[helm.git] / helm / ocaml / cic_omdoc / contentPp.ml
index 3bc8bb306ae6cf0896e2d662ab9c516218856751..b51cba99d384c144fdc6861155063fdedb62964a 100644 (file)
@@ -130,7 +130,7 @@ and pargs args indent =
 and parg indent =
   let module Con = Content in
   function
-       Con.Aux n ->  prerr_endline ((blanks (indent+1)) ^ (string_of_int n));flush stderr
+       Con.Aux n ->  prerr_endline ((blanks (indent+1)) ^ n);flush stderr
     |  Con.Premise prem -> prerr_endline ((blanks (indent+1)) ^ "Premise");flush stderr
     | Con.Term t -> 
         prerr_endline ((blanks (indent+1)) ^ (CicPp.ppterm (Deannotate.deannotate_term t)));