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;