src/Provers/blast.ML
changeset 19502 369cde91963d
parent 19482 9f11af8f7ef9
child 20664 ffbc5a57191a
equal deleted inserted replaced
19501:9afa7183dfc2 19502:369cde91963d
   648       (case !ntrail-ntrl of
   648       (case !ntrail-ntrl of
   649             0 => ()
   649             0 => ()
   650           | 1 => immediate_output"\t1 variable UPDATED:"
   650           | 1 => immediate_output"\t1 variable UPDATED:"
   651           | n => immediate_output("\t" ^ Int.toString n ^ " variables UPDATED:");
   651           | n => immediate_output("\t" ^ Int.toString n ^ " variables UPDATED:");
   652        (*display the instantiations themselves, though no variable names*)
   652        (*display the instantiations themselves, though no variable names*)
   653        List.app (fn v => immediate_output("   " ^ string_of sign 4 (valOf (!v))))
   653        List.app (fn v => immediate_output("   " ^ string_of sign 4 (the (!v))))
   654            (List.take(!trail, !ntrail-ntrl));
   654            (List.take(!trail, !ntrail-ntrl));
   655        writeln"")
   655        writeln"")
   656     else ();
   656     else ();
   657 
   657 
   658 (*Tracing: how many new branches are created?*)
   658 (*Tracing: how many new branches are created?*)