]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/applyTransformation.ml
Fixes record projections (see matita 1.0 branch)
[helm.git] / matitaB / matita / applyTransformation.ml
index a911742b05e980b810aaf8f7b74db4078ea197a3..5db35244e397e1e4020403219b4d246e8a95fc04 100644 (file)
@@ -101,7 +101,7 @@ class status =
   method ppmetasenv ~subst metasenv =
    String.concat "\n"
     (List.map
-      (fun m -> ntxt_of_cic_sequent ~map_unicode_to_tex:true 20 self
+      (fun m -> ntxt_of_cic_sequent ~map_unicode_to_tex:true 50 self
         ~metasenv ~subst m) metasenv)
 (*
   method ppobj obj =