haftmann [Mon, 09 Aug 2010 15:38:46 +0200] rev 38298
dropped idle local_facts argument; factored out theory_abbrev and locale_abbrev
haftmann [Mon, 09 Aug 2010 15:20:50 +0200] rev 38297
more convenient order
haftmann [Mon, 09 Aug 2010 15:19:45 +0200] rev 38296
dropped misleading comments
haftmann [Mon, 09 Aug 2010 15:40:06 +0200] rev 38295
merged
haftmann [Mon, 09 Aug 2010 14:47:28 +0200] rev 38294
separated foundation of `notes`
haftmann [Mon, 09 Aug 2010 14:20:21 +0200] rev 38293
more clear separation into local and global facts
haftmann [Mon, 09 Aug 2010 14:07:23 +0200] rev 38292
sharpened and tuned educated guess for canonical class morphism
haftmann [Mon, 09 Aug 2010 13:43:01 +0200] rev 38291
minimize sorts in certificate instantiation
blanchet [Mon, 09 Aug 2010 14:08:30 +0200] rev 38290
prevent ATP thread for staying around for 1 minute if an exception occurred earlier;
this is a workaround for what could be a misfeature of "Async_Manager", which I'd rather not touch
blanchet [Mon, 09 Aug 2010 14:00:32 +0200] rev 38289
adapt "too_general_equality" blacklisting to the new FOF context, where quantifiers are sometimes present
blanchet [Mon, 09 Aug 2010 13:46:25 +0200] rev 38288
"declare" -> "declaration" (typo)
blanchet [Mon, 09 Aug 2010 12:53:16 +0200] rev 38287
replace "setup" with "declaration"
blanchet [Mon, 09 Aug 2010 12:48:40 +0200] rev 38286
disable Nitpick on Cygwin while I'm on vacation;
I'll look into the timeout once I'm back
blanchet [Mon, 09 Aug 2010 12:42:25 +0200] rev 38285
merged
blanchet [Mon, 09 Aug 2010 12:40:15 +0200] rev 38284
use "declaration" instead of "setup" to register Nitpick extensions
blanchet [Mon, 09 Aug 2010 12:07:59 +0200] rev 38283
remove needless "open"
blanchet [Mon, 09 Aug 2010 12:05:48 +0200] rev 38282
move Sledgehammer's HOL -> FOL translation to separate file (sledgehammer_translate.ML)
blanchet [Mon, 09 Aug 2010 11:05:45 +0200] rev 38281
fiddle some more with "max_new_relevant_facts_per_iter"
blanchet [Mon, 09 Aug 2010 11:03:54 +0200] rev 38280
replace recursion with "fold"
blanchet [Mon, 09 Aug 2010 10:39:53 +0200] rev 38279
remove debugging output
blanchet [Mon, 09 Aug 2010 10:38:57 +0200] rev 38278
remove now needless "Thm.transfer"
blanchet [Mon, 09 Aug 2010 10:13:18 +0200] rev 38277
reintroduced old code that removed axioms from the conjecture assumptions, ported to FOF
blanchet [Mon, 09 Aug 2010 09:57:50 +0200] rev 38276
merge
blanchet [Mon, 09 Aug 2010 09:57:38 +0200] rev 38275
fix embarrassing bug in elim rule handling, introduced during the port to FOF
blanchet [Fri, 06 Aug 2010 21:10:29 +0200] rev 38274
minor doc changes
wenzelm [Wed, 11 Aug 2010 12:40:08 +0200] rev 38273
modernized some specifications;
wenzelm [Wed, 11 Aug 2010 00:47:09 +0200] rev 38272
tuned;
wenzelm [Wed, 11 Aug 2010 00:46:07 +0200] rev 38271
Isar_Document command input via native Isabelle_Process commands, using YXML and XML_Data representation;