wenzelm [Fri, 19 Jul 2013 17:35:12 +0200] rev 52709
turned pattern unify flag into configuration option (global only);
traytel [Fri, 19 Jul 2013 16:36:13 +0200] rev 52708
merged
traytel [Fri, 19 Jul 2013 14:51:45 +0200] rev 52707
permissive uncheck -- allow printing of malformed terms (e.g. in error messages);
nipkow [Fri, 19 Jul 2013 15:48:04 +0200] rev 52706
added exerciese
traytel [Fri, 19 Jul 2013 12:00:31 +0200] rev 52705
do not apply string_of_term to dummy-typed syntactic constants (ensures that uncheck phases work on well-typed terms)
wenzelm [Thu, 18 Jul 2013 23:13:44 +0200] rev 52704
modify background theory where it is actually required (cf. 51dfdcd88e84);
wenzelm [Thu, 18 Jul 2013 22:32:00 +0200] rev 52703
tuned messages -- avoid text folds stemming from Pretty.chunks;
wenzelm [Thu, 18 Jul 2013 22:18:20 +0200] rev 52702
proper system options for 'find_theorems';
wenzelm [Thu, 18 Jul 2013 22:00:35 +0200] rev 52701
guard unify tracing via visible status of global theory;
find_theorems: back-patching of background theory to observe Context_Position.is_visible avoids spamming via auto solve_direct;
wenzelm [Thu, 18 Jul 2013 21:57:27 +0200] rev 52700
provide global operations as well;
wenzelm [Thu, 18 Jul 2013 21:20:09 +0200] rev 52699
tuned signature;
wenzelm [Thu, 18 Jul 2013 21:06:21 +0200] rev 52698
tuned;
wenzelm [Thu, 18 Jul 2013 20:53:22 +0200] rev 52697
explicit padding on command boundary for "auto" generated sendback -- do not replace the corresponding goal command, but append to it;
wenzelm [Thu, 18 Jul 2013 13:12:54 +0200] rev 52696
immutable theory values with full stamp record of every update (increase of stamp size for HOL: 20000 -> 100000, JinjaThreads: 65000 -> 300000) -- minimal measurable impact on inference kernel performance;
wenzelm [Wed, 17 Jul 2013 23:51:10 +0200] rev 52695
merged
wenzelm [Wed, 17 Jul 2013 23:33:16 +0200] rev 52694
tuned message;
wenzelm [Wed, 17 Jul 2013 23:32:28 +0200] rev 52693
tuned signature;
smolkas [Wed, 17 Jul 2013 23:36:33 +0200] rev 52692
tuned
wenzelm [Wed, 17 Jul 2013 21:48:21 +0200] rev 52691
merged
wenzelm [Wed, 17 Jul 2013 21:25:27 +0200] rev 52690
more opportunistic string_of_clause, to make double-sure its Syntax.string_of_term uncheck phase does not crash, and thus bomb ambiguous input via failed composition of warning (e.g. HOL/Imperative_HOL/ex/Linked_List.thy: lemma merge_simps);
wenzelm [Wed, 17 Jul 2013 21:04:38 +0200] rev 52689
tuned spelling;
Christian Sternagel [Wed, 17 Jul 2013 12:41:59 +0900] rev 52688
show variants in error messages; more precise error messages (give witnesses for multiple instances)
Christian Sternagel [Wed, 17 Jul 2013 12:19:14 +0900] rev 52687
refactoring
wenzelm [Wed, 17 Jul 2013 17:16:51 +0200] rev 52686
more robust exn_messages_ids;
more robust failure of exn_messages_ids;
wenzelm [Wed, 17 Jul 2013 14:33:33 +0200] rev 52685
non-strict "Quiet" mode, to avoid odd crash of code_pred/after_qed due to ill-typed use of string_of_clause (e.g. in JinjaThreads/Common/Decl.thy of AFP/d1bb08f92ce5);
wenzelm [Wed, 17 Jul 2013 13:45:55 +0200] rev 52684
take context from static theory, not dynamic theory certificate;
wenzelm [Wed, 17 Jul 2013 11:38:57 +0200] rev 52683
more official Thm.eq_thm_strict, without demanding ML equality type;
wenzelm [Wed, 17 Jul 2013 09:32:08 +0200] rev 52682
tuned;
immler [Wed, 17 Jul 2013 13:34:21 +0200] rev 52681
tuned definition of seqseq; clarified usage of diagseq via diagseq_holds
wenzelm [Tue, 16 Jul 2013 23:34:33 +0200] rev 52680
merged