]> matita.cs.unibo.it Git - helm.git/commitdiff
New behaviour of the disambiguation error messages: errors generated without
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 31 Oct 2006 09:03:15 +0000 (09:03 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 31 Oct 2006 09:03:15 +0000 (09:03 +0000)
using coercions are shown only when More is pressed.

matita/matitaGui.ml

index 998cdc339cb5690cc13b08272893c04c61a8337e..c718bd81a8353ef44d1afafa2f87019e4c2a812d 100644 (file)
@@ -236,7 +236,10 @@ let rec interactive_error_interp ?(all_passes=false) source_buffer notify_exn
  offset errorll
 = 
   let errorll' =
-   if all_passes then errorll else List.rev (List.tl (List.tl (List.rev errorll))) in
+   if all_passes then errorll else
+    (* We remove passes 1,2 and 5,6 *)
+    []::[]::
+     List.tl (List.tl (List.rev (List.tl (List.tl (List.rev errorll))))) in
   let choices =
    let pass = ref 0 in
    List.flatten