X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaExcPp.ml;h=a314556bd19dfbdca87c6fa1eede5e24bce14ee3;hb=6809084b2a99a1a7e64d87ca939118f77c07b8b5;hp=f378e99b0e0c54d65d8528506a71c5a8ce630955;hpb=79f497094d49963fe9f335e00b58aecc79cbc461;p=helm.git diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index f378e99b0..a314556bd 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -71,7 +71,7 @@ let rec to_string = | phase::tl -> let msg = String.concat "\n\n\n" - (List.map (fun (_,floc,msg) -> + (List.map (fun (_,_,floc,msg) -> let loc_descr = match floc with None -> "" @@ -88,7 +88,7 @@ let rec to_string = (aux (n+1) (msg,[n]) tl) in let loc = match errorll with - ((_,Some floc,_)::_)::_ -> + ((_,_,Some floc,_)::_)::_ -> let (x, y) = HExtlib.loc_of_floc floc in let x = x + offset in let y = y + offset in