Wed, 04 May 2011 15:37:39 +0200 proper case_names for int_cases, int_of_nat_induct;
wenzelm [Wed, 04 May 2011 15:37:39 +0200] rev 42676
proper case_names for int_cases, int_of_nat_induct; tuned some proofs, eliminating (cases, auto) anti-pattern;
Wed, 04 May 2011 11:49:46 +0200 added type annotation for SML/NJ
blanchet [Wed, 04 May 2011 11:49:46 +0200] rev 42675
added type annotation for SML/NJ
Wed, 04 May 2011 10:12:44 +0200 eta-expansion for SML/NJ
blanchet [Wed, 04 May 2011 10:12:44 +0200] rev 42674
eta-expansion for SML/NJ
Tue, 03 May 2011 23:01:25 +0200 removed odd historical material;
wenzelm [Tue, 03 May 2011 23:01:25 +0200] rev 42673
removed odd historical material;
Tue, 03 May 2011 22:28:19 +0200 merged
wenzelm [Tue, 03 May 2011 22:28:19 +0200] rev 42672
merged
Tue, 03 May 2011 21:46:49 +0200 fixed per-ATP dangerous axiom detection -- embarrassing bugs introduced in change a7a30721767a
blanchet [Tue, 03 May 2011 21:46:49 +0200] rev 42671
fixed per-ATP dangerous axiom detection -- embarrassing bugs introduced in change a7a30721767a
Tue, 03 May 2011 21:46:05 +0200 cosmetics
blanchet [Tue, 03 May 2011 21:46:05 +0200] rev 42670
cosmetics
Tue, 03 May 2011 22:27:32 +0200 more conventional naming scheme: names_long, names_short, names_unique;
wenzelm [Tue, 03 May 2011 22:27:32 +0200] rev 42669
more conventional naming scheme: names_long, names_short, names_unique;
Tue, 03 May 2011 22:26:16 +0200 railsetup required for IsarRef/style;
wenzelm [Tue, 03 May 2011 22:26:16 +0200] rev 42668
railsetup required for IsarRef/style;
Tue, 03 May 2011 21:55:19 +0200 fit page;
wenzelm [Tue, 03 May 2011 21:55:19 +0200] rev 42667
fit page;
Tue, 03 May 2011 21:44:05 +0200 use existing \<hyphen>;
wenzelm [Tue, 03 May 2011 21:44:05 +0200] rev 42666
use existing \<hyphen>;
Tue, 03 May 2011 21:40:14 +0200 more precise syntax diagram;
wenzelm [Tue, 03 May 2011 21:40:14 +0200] rev 42665
more precise syntax diagram;
Tue, 03 May 2011 21:29:25 +0200 simplified rail configuration;
wenzelm [Tue, 03 May 2011 21:29:25 +0200] rev 42664
simplified rail configuration;
Tue, 03 May 2011 21:18:43 +0200 provide \isabellestyle{itunderscore} (requires underscore.sty);
wenzelm [Tue, 03 May 2011 21:18:43 +0200] rev 42663
provide \isabellestyle{itunderscore} (requires underscore.sty);
Tue, 03 May 2011 21:07:24 +0200 updated generated files;
wenzelm [Tue, 03 May 2011 21:07:24 +0200] rev 42662
updated generated files;
Tue, 03 May 2011 20:59:24 +0200 proper treatment of empty name -- avoid excessive vertical space;
wenzelm [Tue, 03 May 2011 20:59:24 +0200] rev 42661
proper treatment of empty name -- avoid excessive vertical space;
Tue, 03 May 2011 20:58:42 +0200 final \makeatother -- catcodes appear to be global;
wenzelm [Tue, 03 May 2011 20:58:42 +0200] rev 42660
final \makeatother -- catcodes appear to be global;
Tue, 03 May 2011 18:47:22 +0200 fixed long name truncation logic
blanchet [Tue, 03 May 2011 18:47:22 +0200] rev 42659
fixed long name truncation logic
Tue, 03 May 2011 18:04:05 +0200 some documentation of @{rail} antiquotation;
wenzelm [Tue, 03 May 2011 18:04:05 +0200] rev 42658
some documentation of @{rail} antiquotation;
Tue, 03 May 2011 17:31:16 +0200 more precise source position for @{rail};
wenzelm [Tue, 03 May 2011 17:31:16 +0200] rev 42657
more precise source position for @{rail};
Tue, 03 May 2011 16:54:26 +0200 sane paragraph layout;
wenzelm [Tue, 03 May 2011 16:54:26 +0200] rev 42656
sane paragraph layout;
Tue, 03 May 2011 16:00:29 +0200 updated configuration options -- no ML here;
wenzelm [Tue, 03 May 2011 16:00:29 +0200] rev 42655
updated configuration options -- no ML here;
Tue, 03 May 2011 15:37:17 +0200 tag ML as in IsarImplementation;
wenzelm [Tue, 03 May 2011 15:37:17 +0200] rev 42654
tag ML as in IsarImplementation;
Tue, 03 May 2011 15:35:07 +0200 treat underscore as in IsarRef;
wenzelm [Tue, 03 May 2011 15:35:07 +0200] rev 42653
treat underscore as in IsarRef;
Tue, 03 May 2011 15:29:49 +0200 reactivated codegen example based on Lambda.thy;
wenzelm [Tue, 03 May 2011 15:29:49 +0200] rev 42652
reactivated codegen example based on Lambda.thy;
Tue, 03 May 2011 15:07:36 +0200 formal Base theory;
wenzelm [Tue, 03 May 2011 15:07:36 +0200] rev 42651
formal Base theory;
Tue, 03 May 2011 14:23:40 +0200 reintroduce this idea of running "metisFT" after a failed "metis" -- I took it out in e85ce10cef1a because I couldn't think of a reasonable use case, but now that ATPs use sound encodings and include dangerous facts (e.g. True_or_False) it makes more sense than ever to run "metisFT" after "metis"
blanchet [Tue, 03 May 2011 14:23:40 +0200] rev 42650
reintroduce this idea of running "metisFT" after a failed "metis" -- I took it out in e85ce10cef1a because I couldn't think of a reasonable use case, but now that ATPs use sound encodings and include dangerous facts (e.g. True_or_False) it makes more sense than ever to run "metisFT" after "metis"
Tue, 03 May 2011 08:52:32 +0200 whitespace tuning
blanchet [Tue, 03 May 2011 08:52:32 +0200] rev 42649
whitespace tuning
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip