Tue, 20 Apr 2010 17:58:34 +0200 Generalize swap_inj_on; add simps for Times; add Ex_list_of_length, log_inj; Added missing locale edges for linordered semiring with 1.
hoelzl [Tue, 20 Apr 2010 17:58:34 +0200] rev 36622
Generalize swap_inj_on; add simps for Times; add Ex_list_of_length, log_inj; Added missing locale edges for linordered semiring with 1.
Tue, 04 May 2010 14:38:59 +0200 proof terms for strip_shyps, based on the version by krauss/schropp with some notable differences:
wenzelm [Tue, 04 May 2010 14:38:59 +0200] rev 36621
proof terms for strip_shyps, based on the version by krauss/schropp with some notable differences: * present type variables are only compared wrt. first component (the atomic type), not the duplicated sort; * extra sorts are grounded towards fixed 'a, potentially with different sorts (the original version with Name.names could cause name clashes with other present variables, too, but this should not be a problem); * deriv_rule_unconditional ensures that proof terms are always maintained independently of the "proofs" flag -- this improves robustness and preserves basic PThm proofs required for extraction attributes, e.g. in theory HOL/Extraction;
Tue, 04 May 2010 12:30:15 +0200 simplified/unified fundamental operations on types/terms/proofterms -- prefer Same.operation over "option" variant;
wenzelm [Tue, 04 May 2010 12:30:15 +0200] rev 36620
simplified/unified fundamental operations on types/terms/proofterms -- prefer Same.operation over "option" variant;
Tue, 04 May 2010 11:02:50 +0200 renamed Proofterm.freezeT to Proofterm.legacy_freezeT (cf. 88756a5a92fc);
wenzelm [Tue, 04 May 2010 11:02:50 +0200] rev 36619
renamed Proofterm.freezeT to Proofterm.legacy_freezeT (cf. 88756a5a92fc);
Tue, 04 May 2010 10:52:43 +0200 specification goal: eliminated redundant Thm.legacy_freezeT -- the goal is properly declared and should always produce fixed types in the result;
wenzelm [Tue, 04 May 2010 10:52:43 +0200] rev 36618
specification goal: eliminated redundant Thm.legacy_freezeT -- the goal is properly declared and should always produce fixed types in the result; specification result: replaced Thm.legacy_freezeT by Thm.unvarify_global -- the final result appears to be a closed term that is globally exported;
Mon, 03 May 2010 22:00:06 +0200 UNDISCH/DISJ_CASESL: eliminated slightly odd Thm.legacy_freezeT -- these rules appear to be applied to thms with fixed types only;
wenzelm [Mon, 03 May 2010 22:00:06 +0200] rev 36617
UNDISCH/DISJ_CASESL: eliminated slightly odd Thm.legacy_freezeT -- these rules appear to be applied to thms with fixed types only;
Mon, 03 May 2010 20:53:49 +0200 replaced Thm.legacy_freezeT by Thm.unvarify_global -- these facts stem from closed definitions, i.e. there are no term Vars;
wenzelm [Mon, 03 May 2010 20:53:49 +0200] rev 36616
replaced Thm.legacy_freezeT by Thm.unvarify_global -- these facts stem from closed definitions, i.e. there are no term Vars;
Mon, 03 May 2010 20:13:36 +0200 renamed Thm.freezeT to Thm.legacy_freezeT -- it is based on Type.legacy_freeze;
wenzelm [Mon, 03 May 2010 20:13:36 +0200] rev 36615
renamed Thm.freezeT to Thm.legacy_freezeT -- it is based on Type.legacy_freeze;
Mon, 03 May 2010 16:26:47 +0200 minor tuning of Thm.strip_shyps -- no longer pervasive;
wenzelm [Mon, 03 May 2010 16:26:47 +0200] rev 36614
minor tuning of Thm.strip_shyps -- no longer pervasive;
Mon, 03 May 2010 15:34:55 +0200 simplified primitive Thm.future: more direct theory check, do not hardwire strip_shyps here;
wenzelm [Mon, 03 May 2010 15:34:55 +0200] rev 36613
simplified primitive Thm.future: more direct theory check, do not hardwire strip_shyps here;
Mon, 03 May 2010 14:38:18 +0200 old NEWS on global operations;
wenzelm [Mon, 03 May 2010 14:38:18 +0200] rev 36612
old NEWS on global operations;
Mon, 03 May 2010 14:31:33 +0200 ProofContext.init_global;
wenzelm [Mon, 03 May 2010 14:31:33 +0200] rev 36611
ProofContext.init_global;
Mon, 03 May 2010 14:25:56 +0200 renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
wenzelm [Mon, 03 May 2010 14:25:56 +0200] rev 36610
renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Mon, 03 May 2010 07:59:51 +0200 merged
haftmann [Mon, 03 May 2010 07:59:51 +0200] rev 36609
merged
Fri, 30 Apr 2010 18:34:51 +0200 do not generate code per default -- touches file of parent session
haftmann [Fri, 30 Apr 2010 18:34:51 +0200] rev 36608
do not generate code per default -- touches file of parent session
Sat, 01 May 2010 21:29:03 +0200 made sml/nj happy about Sledgehammer and Nitpick (cf. 6f11c9b1fb3e, 3c2438efe224)
krauss [Sat, 01 May 2010 21:29:03 +0200] rev 36607
made sml/nj happy about Sledgehammer and Nitpick (cf. 6f11c9b1fb3e, 3c2438efe224)
Sat, 01 May 2010 20:49:39 +0200 Backed out changeset 6f11c9b1fb3e (breaks compilation of HOL image)
krauss [Sat, 01 May 2010 20:49:39 +0200] rev 36606
Backed out changeset 6f11c9b1fb3e (breaks compilation of HOL image)
Sat, 01 May 2010 10:37:31 +0200 now if this doesn't make SML/NJ happy, nothing will
blanchet [Sat, 01 May 2010 10:37:31 +0200] rev 36605
now if this doesn't make SML/NJ happy, nothing will
Sat, 01 May 2010 00:23:57 +0200 more stats;
wenzelm [Sat, 01 May 2010 00:23:57 +0200] rev 36604
more stats;
Fri, 30 Apr 2010 23:53:37 +0200 renamed Variable.thm_context to Variable.global_thm_context to emphasize that this is not the real thing;
wenzelm [Fri, 30 Apr 2010 23:53:37 +0200] rev 36603
renamed Variable.thm_context to Variable.global_thm_context to emphasize that this is not the real thing;
Fri, 30 Apr 2010 23:43:09 +0200 slightly more standard induct_simp_add/del attributes;
wenzelm [Fri, 30 Apr 2010 23:43:09 +0200] rev 36602
slightly more standard induct_simp_add/del attributes; provide explicit context for internal addsimps;
Fri, 30 Apr 2010 23:40:14 +0200 map_css: explicitly provide a temporary context, which might be required for mksimps, mkcongs etc.;
wenzelm [Fri, 30 Apr 2010 23:40:14 +0200] rev 36601
map_css: explicitly provide a temporary context, which might be required for mksimps, mkcongs etc.;
Fri, 30 Apr 2010 23:33:42 +0200 export Simplifier.with_context;
wenzelm [Fri, 30 Apr 2010 23:33:42 +0200] rev 36600
export Simplifier.with_context;
Fri, 30 Apr 2010 21:10:57 +0200 removed some old comments;
wenzelm [Fri, 30 Apr 2010 21:10:57 +0200] rev 36599
removed some old comments;
Fri, 30 Apr 2010 09:54:04 -0700 merged
huffman [Fri, 30 Apr 2010 09:54:04 -0700] rev 36598
merged
Fri, 30 Apr 2010 08:47:07 -0700 merged
huffman [Fri, 30 Apr 2010 08:47:07 -0700] rev 36597
merged
Thu, 29 Apr 2010 15:24:22 -0700 generalize lemma adjoint_unique; simplify some proofs
huffman [Thu, 29 Apr 2010 15:24:22 -0700] rev 36596
generalize lemma adjoint_unique; simplify some proofs
Thu, 29 Apr 2010 14:32:24 -0700 fix latex url
huffman [Thu, 29 Apr 2010 14:32:24 -0700] rev 36595
fix latex url
Thu, 29 Apr 2010 11:42:34 -0700 merged
huffman [Thu, 29 Apr 2010 11:42:34 -0700] rev 36594
merged
Thu, 29 Apr 2010 11:41:04 -0700 define linear algebra concepts using scaleR instead of (op *s); generalized many lemmas, though a few theorems that used to work on type int^'n are a bit less general
huffman [Thu, 29 Apr 2010 11:41:04 -0700] rev 36593
define linear algebra concepts using scaleR instead of (op *s); generalized many lemmas, though a few theorems that used to work on type int^'n are a bit less general
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip