nipkow [Sat, 17 Oct 2009 13:46:55 +0200] rev 32962
merged
nipkow [Sat, 17 Oct 2009 13:46:39 +0200] rev 32961
added the_inv_onto
wenzelm [Sat, 17 Oct 2009 14:43:18 +0200] rev 32960
eliminated hard tabulators, guessing at each author's individual tab-width;
tuned headers;
wenzelm [Sat, 17 Oct 2009 01:05:59 +0200] rev 32959
removed obsolete old goal command;
wenzelm [Sat, 17 Oct 2009 00:53:18 +0200] rev 32958
legacy Drule.standard is no longer pervasive;
wenzelm [Sat, 17 Oct 2009 00:52:37 +0200] rev 32957
explicitly qualify Drule.standard;
wenzelm [Fri, 16 Oct 2009 10:55:07 +0200] rev 32956
tuned white space;
wenzelm [Fri, 16 Oct 2009 10:45:10 +0200] rev 32955
local channels for tracing/debugging;
wenzelm [Fri, 16 Oct 2009 00:26:19 +0200] rev 32954
made SML/NJ happy;
wenzelm [Thu, 15 Oct 2009 23:51:22 +0200] rev 32953
sunbroy2: back to single-threaded mode for now -- deadlock in Poly/ML 5.3-SVN-900;
wenzelm [Thu, 15 Oct 2009 23:28:10 +0200] rev 32952
replaced String.concat by implode;
replaced String.concatWith by space_implode;
replaced (Seq.flat o Seq.map) by Seq.maps;
replaced List.mapPartial by map_filter;
replaced List.concat by flat;
replaced (flat o map) by maps, which produces less garbage;
wenzelm [Thu, 15 Oct 2009 23:10:35 +0200] rev 32951
space_implode;
wenzelm [Thu, 15 Oct 2009 21:28:39 +0200] rev 32950
normalized aliases of Output operations;
wenzelm [Thu, 15 Oct 2009 21:08:03 +0200] rev 32949
eliminated slightly odd get/set operations in favour of Unsynchronized.ref;
eliminated aliases of Output operations;
print_cert: use warning for increased chance that the user actually sees the output;
misc tuning and simplification;
wenzelm [Thu, 15 Oct 2009 17:49:30 +0200] rev 32948
natural argument order for prover;
renamed atp_problem to problem;
standard naming convention for the_system;