wenzelm [Thu, 28 Oct 2010 22:39:59 +0200] rev 40239
moved FOL/ex/Iff_Oracle.thy to HOL/ex where it is more accessible to most readers of isar-ref;
tuned;
wenzelm [Thu, 28 Oct 2010 22:23:11 +0200] rev 40238
type attribute is derived concept outside the kernel;
wenzelm [Thu, 28 Oct 2010 22:12:08 +0200] rev 40237
preserve original source position of exn;
wenzelm [Thu, 28 Oct 2010 22:11:06 +0200] rev 40236
handle Type.TYPE_MATCH, not arbitrary exceptions via MATCH_TYPE variable;
clarified handle/raise wrt. Quotient_Info.NotFound -- avoid fragile unqualified NotFound depending on "open" scope;
added helpful comments;
wenzelm [Thu, 28 Oct 2010 22:04:00 +0200] rev 40235
use Exn.interruptible_capture to keep user-code interruptible (Exn.capture not immediately followed by Exn.release here);
wenzelm [Thu, 28 Oct 2010 21:59:01 +0200] rev 40234
added Exn.interruptible_capture, which reraises interrupts as required by user-code (when Exn.capture is not immediately followed by Exn.release);
refined Exn.is_interrupt: detect nested IO Interrupts;
generalized Exn.map_result;
more precise dependencies;
wenzelm [Thu, 28 Oct 2010 21:52:33 +0200] rev 40233
eliminated dead code;
wenzelm [Thu, 28 Oct 2010 21:51:34 +0200] rev 40232
tuned white-space;
nipkow [Thu, 28 Oct 2010 17:54:25 +0200] rev 40231
merged
nipkow [Thu, 28 Oct 2010 17:54:09 +0200] rev 40230
added lemmas about listrel(1)
wenzelm [Thu, 28 Oct 2010 17:25:46 +0200] rev 40229
tuned;
wenzelm [Thu, 28 Oct 2010 15:10:34 +0200] rev 40228
merged
blanchet [Thu, 28 Oct 2010 12:33:24 +0200] rev 40227
support non-identifier-like fact names in Sledgehammer (e.g., "my lemma") by quoting them
blanchet [Thu, 28 Oct 2010 10:38:29 +0200] rev 40226
merged
blanchet [Thu, 28 Oct 2010 09:40:57 +0200] rev 40225
clear identification
blanchet [Thu, 28 Oct 2010 09:36:51 +0200] rev 40224
clear identification;
thread "Auto S/H" (vs. manual S/H) setting through SMT
blanchet [Thu, 28 Oct 2010 09:29:57 +0200] rev 40223
clear identification
blanchet [Wed, 27 Oct 2010 19:14:33 +0200] rev 40222
reintroduced Auto Try, but this time really off by default -- and leave some classical+simp reasoners out for Auto Try (but keep them for Try)
blanchet [Wed, 27 Oct 2010 16:32:13 +0200] rev 40221
do not let Metis be confused by higher-order reasoning leading to literals of the form "~ ~ p", which are really the same as "p"
blanchet [Wed, 27 Oct 2010 09:22:40 +0200] rev 40220
generalize to handle any prover (not just E)
huffman [Wed, 27 Oct 2010 11:11:35 -0700] rev 40219
merged
huffman [Wed, 27 Oct 2010 11:10:36 -0700] rev 40218
make domain package work with non-cpo argument types
huffman [Wed, 27 Oct 2010 11:06:53 -0700] rev 40217
make op -->> infixr, to match op --->
huffman [Tue, 26 Oct 2010 14:19:59 -0700] rev 40216
use Named_Thms instead of Theory_Data for some domain package theorems
huffman [Tue, 26 Oct 2010 09:00:07 -0700] rev 40215
change types of ML commands add_domain, add_new_domain to take 'sort' instead of 'string option'
huffman [Tue, 26 Oct 2010 08:36:52 -0700] rev 40214
use Term.add_tfreesT
huffman [Sun, 24 Oct 2010 15:42:57 -0700] rev 40213
rename case combinators generated by domain package to 'foo_case' instead of 'foo_when'
huffman [Sun, 24 Oct 2010 15:19:17 -0700] rev 40212
rename constant 'one_when' to 'one_case'
haftmann [Wed, 27 Oct 2010 16:40:34 +0200] rev 40211
merged
haftmann [Wed, 27 Oct 2010 16:40:31 +0200] rev 40210
sorting: avoid _key suffix if lemma applies both to simple and generalized variant; generalized insort_insert to insort_insert_key; additional lemmas