X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_extraction%2Focaml.ml;h=2ef1afaa02ed987a2ef06f10a334411c0b7c0f92;hb=e28ddccd4096c80b2090ca78af00e2590f629b71;hp=001845e35e046eb449ca8c4554d874c2701be0f5;hpb=59dfa0b85ba8a74f4b5c175f72ac7ebeed6fca7f;p=helm.git diff --git a/matita/components/ng_extraction/ocaml.ml b/matita/components/ng_extraction/ocaml.ml index 001845e35..2ef1afaa0 100644 --- a/matita/components/ng_extraction/ocaml.ml +++ b/matita/components/ng_extraction/ocaml.ml @@ -560,15 +560,16 @@ let pp_ind status co ind = status, pp_logical_ind p ++ res else let s = !init in - let status,res = - pp_one_ind - status prefix p.ip_vars names.(i) cnames.(i) p.ip_types in - let status,res2 = pp status (i+1) in begin init := (fnl () ++ str "and "); - status, - s ++ - (if co then pp_coind p.ip_vars names.(i) else mt ()) ++ res ++ res2 + let status,res = + pp_one_ind + status prefix p.ip_vars names.(i) cnames.(i) p.ip_types in + let status,res2 = pp status (i+1) in + status, + s ++ + (if co then pp_coind p.ip_vars names.(i) else mt ()) ++ + res ++ res2 end end in