blanchet [Wed, 18 Aug 2010 18:01:54 +0200] rev 38593
minor cleanup
blanchet [Wed, 18 Aug 2010 17:53:12 +0200] rev 38592
bound variables can be just as evil as schematic variables and lead to unsound proofs (e.g. "all_bool_eq")
blanchet [Wed, 18 Aug 2010 17:23:17 +0200] rev 38591
update docs
blanchet [Wed, 18 Aug 2010 17:16:37 +0200] rev 38590
get rid of "minimize_timeout", now that there's an automatic adaptive timeout mechanism in "minimize"
blanchet [Wed, 18 Aug 2010 17:09:05 +0200] rev 38589
added "max_relevant_per_iter" option to Sledgehammer
blanchet [Wed, 18 Aug 2010 16:42:37 +0200] rev 38588
thank Andrei instead of Tanya
blanchet [Wed, 18 Aug 2010 16:39:05 +0200] rev 38587
fix the relevance filter so that it ignores If, Ex1, Ball, Bex
blanchet [Wed, 18 Aug 2010 16:33:34 +0200] rev 38586
tuning
wenzelm [Fri, 20 Aug 2010 15:29:36 +0200] rev 38585
reactivated -segprot options, just to make double-sure;
wenzelm [Sun, 22 Aug 2010 22:28:24 +0200] rev 38584
tuned Markup_Tree.+ : slightly more expensive version to rebuild rest avoids crash of RedBlack.scala:120 (version Scala 2.8.0), e.g. on the following input:
ML {* fun f x = (x + 1, "aaa") *}
wenzelm [Sun, 22 Aug 2010 22:09:14 +0200] rev 38583
tuned;
wenzelm [Sun, 22 Aug 2010 20:25:15 +0200] rev 38582
tuned signature;
wenzelm [Sun, 22 Aug 2010 20:11:17 +0200] rev 38581
simplified Command.status again, reverting most of e5eed57913d0 (note that more complex information can be represented with full markup reports);
wenzelm [Sun, 22 Aug 2010 19:55:41 +0200] rev 38580
proper range for hyperlinks and tooltips, using original markup information;
wenzelm [Sun, 22 Aug 2010 19:53:20 +0200] rev 38579
tuned signature;
wenzelm [Sun, 22 Aug 2010 19:33:01 +0200] rev 38578
misc tuning and simplification;
wenzelm [Sun, 22 Aug 2010 18:46:16 +0200] rev 38577
renamed Markup_Tree.Node to Text.Info;
Markup_Tree.select: body may depend on full Text.Info, including range;
tuned;
wenzelm [Sun, 22 Aug 2010 16:43:20 +0200] rev 38576
removed obsolete Markup_Tree.flatten/filter;
wenzelm [Sun, 22 Aug 2010 16:37:15 +0200] rev 38575
Isabelle_Hyperlinks: select relevant information directly from Markup_Tree, without intermediate RefInfo;
wenzelm [Sun, 22 Aug 2010 13:59:47 +0200] rev 38574
Document_View.text_area_extension: select relevant information directly from Markup_Tree, without intermediate TypeInfo;
wenzelm [Sun, 22 Aug 2010 13:52:24 +0200] rev 38573
tuned signatures;
wenzelm [Sun, 22 Aug 2010 12:54:12 +0200] rev 38572
Command.State: accumulate markup reports uniformly;
Document_Model.token_marker: select relevant information directly from Markup_Tree, without intermediate HighlightInfo;
tuned;
wenzelm [Fri, 20 Aug 2010 22:35:01 +0200] rev 38571
Markup_Tree.select: misc simplification, proper restriction of parent in subtree;
wenzelm [Fri, 20 Aug 2010 22:32:15 +0200] rev 38570
added Text.Range.- convenience;
wenzelm [Fri, 20 Aug 2010 20:11:25 +0200] rev 38569
tuned signatures;
wenzelm [Fri, 20 Aug 2010 12:12:28 +0200] rev 38568
alternative constructor for Range singularities;
wenzelm [Fri, 20 Aug 2010 11:57:43 +0200] rev 38567
concentrate protocol message formats in Isar_Document;
wenzelm [Fri, 20 Aug 2010 11:47:33 +0200] rev 38566
Branches.overlapping: proper treatment of stop_range that overlaps with end;
Markup_Tree.select: allow singularity in parent range specification;
wenzelm [Fri, 20 Aug 2010 11:00:15 +0200] rev 38565
further clarification/unification of Position.Range and Text.Range concerning singularities: start offset is always included;
wenzelm [Thu, 19 Aug 2010 22:52:00 +0200] rev 38564
parameterized type Markup_Tree.Node;
Markup_Tree.select: allow arbitrary interpretations, not just filtering;
renamed Text.Range.intersect to Text.Range.restrict -- emphasize that it is not directly related to contains/overlaps;
wenzelm [Thu, 19 Aug 2010 22:26:15 +0200] rev 38563
added toString methods;
wenzelm [Thu, 19 Aug 2010 22:04:20 +0200] rev 38562
misc tuning and simplification;
wenzelm [Thu, 19 Aug 2010 18:44:26 +0200] rev 38561
updated some isatest settings;
wenzelm [Thu, 19 Aug 2010 18:19:21 +0200] rev 38560
added generated file;
wenzelm [Thu, 19 Aug 2010 17:41:52 +0200] rev 38559
merged
haftmann [Thu, 19 Aug 2010 16:08:59 +0200] rev 38558
tuned quotes
haftmann [Thu, 19 Aug 2010 16:08:54 +0200] rev 38557
more antiquotations
haftmann [Thu, 19 Aug 2010 16:08:53 +0200] rev 38556
deglobalized named HOL constants
haftmann [Thu, 19 Aug 2010 16:03:07 +0200] rev 38555
deglobalized named HOL constants
haftmann [Thu, 19 Aug 2010 16:03:01 +0200] rev 38554
corrected some long-overseen misperceptions in recdef
haftmann [Thu, 19 Aug 2010 12:11:57 +0200] rev 38553
use HOLogic.boolT and @{typ bool} more pervasively
haftmann [Thu, 19 Aug 2010 11:19:24 +0200] rev 38552
tuned
haftmann [Thu, 19 Aug 2010 11:19:24 +0200] rev 38551
some more antiquotations
haftmann [Thu, 19 Aug 2010 11:13:07 +0200] rev 38550
tuned
haftmann [Thu, 19 Aug 2010 11:02:14 +0200] rev 38549
use antiquotations for remaining unqualified constants in HOL
haftmann [Thu, 19 Aug 2010 10:27:12 +0200] rev 38548
tuned
haftmann [Thu, 19 Aug 2010 10:27:02 +0200] rev 38547
tuned declaration order
haftmann [Wed, 18 Aug 2010 17:03:09 +0200] rev 38546
merged
haftmann [Wed, 18 Aug 2010 17:01:12 +0200] rev 38545
NEWS
haftmann [Wed, 18 Aug 2010 16:59:37 +0200] rev 38544
re-added instantiation of type class random for records
haftmann [Wed, 18 Aug 2010 16:59:37 +0200] rev 38543
tuned signature and code
haftmann [Wed, 18 Aug 2010 16:59:36 +0200] rev 38542
adjusted to restored naming convention of logical record types
haftmann [Wed, 18 Aug 2010 16:59:36 +0200] rev 38541
robustified proof
haftmann [Wed, 18 Aug 2010 16:59:36 +0200] rev 38540
adjusted to changed naming convention of logical record types
haftmann [Wed, 18 Aug 2010 16:59:35 +0200] rev 38539
removed separate quickcheck_record module
haftmann [Wed, 18 Aug 2010 15:01:57 +0200] rev 38538
liberal instantiation of class eq; tuned naming scheme
haftmann [Wed, 18 Aug 2010 15:01:57 +0200] rev 38537
more helpful NEWS entry
haftmann [Tue, 17 Aug 2010 16:44:24 +0200] rev 38536
dropped SML typedef_codegen: does not fit to code equations for record operations any longer
haftmann [Tue, 17 Aug 2010 16:44:21 +0200] rev 38535
preemptive NEWS
haftmann [Tue, 17 Aug 2010 16:35:23 +0200] rev 38534
tuned code