blanchet [Mon, 31 May 2010 18:51:06 +0200] rev 37255
obsolete FIXME
blanchet [Mon, 31 May 2010 18:49:32 +0200] rev 37254
move SAT solver warning from every invocation of SAT solver to the tool, Refute, that uses it;
"size_change" rarely needs anything beyond "dpll", so this warning is annoying at best, and when "size_change" is called from Nitpick the warning confuses users, who then think that Nitpick is using "dpll" when it's really using MiniSat or some other fast solver
blanchet [Mon, 31 May 2010 18:00:28 +0200] rev 37253
don't include any axioms for "TYPE" in Nitpick
haftmann [Wed, 02 Jun 2010 11:36:09 +0200] rev 37252
dropped obsolete script
wenzelm [Wed, 02 Jun 2010 11:09:26 +0200] rev 37251
normalize and postprocess proof body in a separate future, taking care of platforms without multithreading (greately improves parallelization in general without the overhead of promised proofs, cf. usedir -q 0);
haftmann [Wed, 02 Jun 2010 08:01:45 +0200] rev 37250
merged
haftmann [Tue, 01 Jun 2010 17:25:00 +0200] rev 37249
avoid store flag in add_* operations
wenzelm [Tue, 01 Jun 2010 22:19:17 +0200] rev 37248
arities: no need to maintain original codomain (cf. f795c1164708) -- completion happens in axclass.ML;
misc tuning;
wenzelm [Tue, 01 Jun 2010 17:36:53 +0200] rev 37247
merged
haftmann [Tue, 01 Jun 2010 15:59:01 +0200] rev 37246
do not expose store flag of AxClass.add_*
haftmann [Tue, 01 Jun 2010 13:59:13 +0200] rev 37245
merged
haftmann [Tue, 01 Jun 2010 13:52:12 +0200] rev 37244
adapted to changes
haftmann [Tue, 01 Jun 2010 13:52:11 +0200] rev 37243
capitalized type variables; added yield as keyword
haftmann [Tue, 01 Jun 2010 13:52:11 +0200] rev 37242
brackify_infix etc.: no break before infix operator -- eases survival in Scala
wenzelm [Tue, 01 Jun 2010 17:27:38 +0200] rev 37241
basic support for sub/superscript token markup -- NB: need to maintain extended token types eagerly, since jEdit occasionally reinstalls a style array that is too short;
wenzelm [Tue, 01 Jun 2010 13:54:33 +0200] rev 37240
use local /home/isatest/polyml-5.3.0 on atbroy102 to avoid problems with the SMB filesystem via homebroy;
wenzelm [Tue, 01 Jun 2010 13:32:05 +0200] rev 37239
uniform ML environment setup for Isar and PG;
berghofe [Tue, 01 Jun 2010 12:16:40 +0200] rev 37238
merged
berghofe [Tue, 01 Jun 2010 11:39:51 +0200] rev 37237
Renamed TypeInfer to Type_Infer.
berghofe [Tue, 01 Jun 2010 11:30:57 +0200] rev 37236
merged
berghofe [Tue, 01 Jun 2010 11:16:16 +0200] rev 37235
assign now applies meet before update_new to avoid misleading error message.
berghofe [Tue, 01 Jun 2010 11:13:40 +0200] rev 37234
Tuned.
berghofe [Tue, 01 Jun 2010 11:13:09 +0200] rev 37233
Adapted to new format of proof terms containing explicit proofs of class membership.
berghofe [Tue, 01 Jun 2010 11:04:49 +0200] rev 37232
classrel and arity theorems are now stored under proper name in theory. add_arity and
add_classrel take extra boolean argument indicating whether theorems should be stored.