wenzelm [Wed, 20 Apr 2011 15:55:34 +0200] rev 42427
eliminated global references / critical sections via context data;
misc tuning and modernization;
wenzelm [Wed, 20 Apr 2011 14:33:33 +0200] rev 42426
explicit context for Codegen.eval_term etc.;
wenzelm [Wed, 20 Apr 2011 13:54:07 +0200] rev 42425
added Theory.nodes_of convenience;
wenzelm [Wed, 20 Apr 2011 13:17:25 +0200] rev 42424
updated reference machines;
wenzelm [Wed, 20 Apr 2011 13:10:54 +0200] rev 42423
migrated macbroy6 to macbroy30, which is the new "mobile" server (2 cores, 4 GB, Mac OS 10.5);
wenzelm [Wed, 20 Apr 2011 11:21:12 +0200] rev 42422
merged
blanchet [Wed, 20 Apr 2011 10:14:24 +0200] rev 42421
increase "auto"'s timeout in example to help SML/NJ
bulwahn [Wed, 20 Apr 2011 07:44:23 +0200] rev 42420
making the evaluation of HOL.implies lazy even in strict languages by mapping it to an if statement
blanchet [Tue, 19 Apr 2011 14:52:22 +0200] rev 42419
merged
blanchet [Tue, 19 Apr 2011 14:38:38 +0200] rev 42418
avoid relying on "Thm.definitionK" to pick up definitions -- this was an old hack related to locales (to avoid expanding locale constants to their low-level definition) that is no longer necessary
berghofe [Tue, 19 Apr 2011 14:20:13 +0200] rev 42417
merged
berghofe [Tue, 19 Apr 2011 14:17:41 +0200] rev 42416
- renamed enum type class to spark_enum, to avoid confusion with
enum type class defined in Enum theory
- renamed theorem ..._card_UNIV to ..._card
blanchet [Tue, 19 Apr 2011 14:04:58 +0200] rev 42415
use "Spec_Rules" for finding axioms -- more reliable and cleaner
blanchet [Tue, 19 Apr 2011 12:22:59 +0200] rev 42414
optimize trivial equalities early in Nitpick -- it shouldn't be the job of the peephole optimizer
blanchet [Tue, 19 Apr 2011 12:21:57 +0200] rev 42413
remove a few Nitpick calls in examples -- another step toward making them run faster
blanchet [Tue, 19 Apr 2011 11:56:11 +0200] rev 42412
check arity of bound variables to avoid generating too large Kodkod problems -- an issue that arose in the context of TPTP/CASC
wenzelm [Tue, 19 Apr 2011 23:57:28 +0200] rev 42411
eliminated Codegen.mode in favour of explicit argument;
wenzelm [Tue, 19 Apr 2011 22:32:49 +0200] rev 42410
less bulky "_position", for improved readability of parse trees;
wenzelm [Tue, 19 Apr 2011 22:08:42 +0200] rev 42409
added more elementary Skip_Proof.make_thm_cterm;
wenzelm [Tue, 19 Apr 2011 21:55:42 +0200] rev 42408
explicit markup for loose bounds;
wenzelm [Tue, 19 Apr 2011 21:33:56 +0200] rev 42407
prefer internal types, via Simple_Syntax.read_typ;
wenzelm [Tue, 19 Apr 2011 21:19:14 +0200] rev 42406
eliminated obsolete Proof_Syntax.strip_sorts_consttypes;
wenzelm [Tue, 19 Apr 2011 20:47:02 +0200] rev 42405
split Type_Infer into early and late part, after Proof_Context;
added Type_Infer_Context.const_sorts option, which allows NBE to use regular Syntax.check_term;
wenzelm [Tue, 19 Apr 2011 16:13:04 +0200] rev 42404
minor tuning and modernization;
wenzelm [Tue, 19 Apr 2011 15:58:05 +0200] rev 42403
slightly more special eq_list/eq_set, with shortcut involving pointer_eq;
wenzelm [Tue, 19 Apr 2011 14:57:09 +0200] rev 42402
simplified check/uncheck interfaces: result comparison is hardwired by default;
tuned;
wenzelm [Tue, 19 Apr 2011 10:50:54 +0200] rev 42401
updated some theory primitives, which now depend on auxiliary context;
wenzelm [Tue, 19 Apr 2011 10:37:38 +0200] rev 42400
more precise treatment of existing type inference parameters;
tuned;
wenzelm [Mon, 18 Apr 2011 23:41:15 +0200] rev 42399
pretty_abbrev: read abbreviation more directly;
wenzelm [Mon, 18 Apr 2011 20:40:31 +0200] rev 42398
tuned signature;
krauss [Mon, 18 Apr 2011 17:07:47 +0200] rev 42397
raised timeouts further, for SML/NJ!
berghofe [Mon, 18 Apr 2011 16:33:45 +0200] rev 42396
Package prefix is now taken into account when looking up user-defined
types and proof functions.