nipkow [Thu, 06 Feb 2014 18:31:43 +0100] rev 55349
merged
nipkow [Thu, 06 Feb 2014 18:31:31 +0100] rev 55348
indexed document
blanchet [Thu, 06 Feb 2014 17:05:47 +0100] rev 55347
allow multiple registration of the same type, the last wins
paulson <lp15@cam.ac.uk> [Thu, 06 Feb 2014 13:04:06 +0000] rev 55346
fixed problem (?) by deleting "thm" line
blanchet [Thu, 06 Feb 2014 01:13:44 +0100] rev 55345
try right bunch of methods
blanchet [Thu, 06 Feb 2014 00:43:57 +0100] rev 55344
don't waste time with old-style 'case's that don't have the required theorems
blanchet [Thu, 06 Feb 2014 00:24:02 +0100] rev 55343
expand 'split' in direct corecursion as well
blanchet [Thu, 06 Feb 2014 00:03:12 +0100] rev 55342
tuning
blanchet [Wed, 05 Feb 2014 23:30:02 +0100] rev 55341
adapted tactic to correctly handle 'if ... then ...' and 'case ...' under lambdas
blanchet [Wed, 05 Feb 2014 18:19:25 +0100] rev 55340
merge
blanchet [Wed, 05 Feb 2014 17:59:12 +0100] rev 55339
properly massage 'if's / 'case's etc. under lambdas
paulson <lp15@cam.ac.uk> [Wed, 05 Feb 2014 17:07:22 +0000] rev 55338
Merge
paulson <lp15@cam.ac.uk> [Wed, 05 Feb 2014 17:06:11 +0000] rev 55337
Number_Theory no longer introduces One_nat_def as a simprule. Tidied some proofs.
blanchet [Wed, 05 Feb 2014 16:33:22 +0100] rev 55336
fixed handling of 'split'
Lars Hupel <lars.hupel@mytum.de> [Wed, 05 Feb 2014 15:44:32 +0100] rev 55335
made SML/NJ happy
blanchet [Wed, 05 Feb 2014 11:47:56 +0100] rev 55334
agsyHOL is also called AgsyHOL by Lindblad himself, so let's follow this convention
blanchet [Wed, 05 Feb 2014 11:37:32 +0100] rev 55333
more exception cleanup + more liberal compressions of steps that timed out
blanchet [Wed, 05 Feb 2014 11:22:36 +0100] rev 55332
tuned code to avoid noncanonical (and risky) exception handling
blanchet [Wed, 05 Feb 2014 09:25:48 +0100] rev 55331
got rid of indices
blanchet [Wed, 05 Feb 2014 09:07:08 +0100] rev 55330
corrected wrong 'meth :: _' pattern maching + tuned code
blanchet [Tue, 04 Feb 2014 23:11:18 +0100] rev 55329
more generous Isar proof compression -- try to remove failing steps
blanchet [Tue, 04 Feb 2014 23:11:18 +0100] rev 55328
tweaked handling of 'hopeless' methods
blanchet [Tue, 04 Feb 2014 23:11:18 +0100] rev 55327
do a second phase of proof compression after minimization
blanchet [Tue, 04 Feb 2014 23:11:18 +0100] rev 55326
don't give up on hopeless proof methods -- they can become hopeful again
blanchet [Tue, 04 Feb 2014 23:11:18 +0100] rev 55325
tuned code
blanchet [Tue, 04 Feb 2014 23:11:18 +0100] rev 55324
tuned slack
blanchet [Tue, 04 Feb 2014 23:11:18 +0100] rev 55323
split 'linarith' and 'presburger' (to avoid annoying warnings + to speed up reconstruction when 'presburger' is needed)
paulson <lp15@cam.ac.uk> [Tue, 04 Feb 2014 21:29:46 +0000] rev 55322
removal of "back", etc.
paulson <lp15@cam.ac.uk> [Tue, 04 Feb 2014 21:28:38 +0000] rev 55321
Restoration of Pocklington.thy. Tidying.
nipkow [Tue, 04 Feb 2014 21:01:35 +0100] rev 55320
tuned latex
nipkow [Tue, 04 Feb 2014 17:59:33 +0100] rev 55319
tuned latex
nipkow [Tue, 04 Feb 2014 17:44:15 +0100] rev 55318
tuned
nipkow [Tue, 04 Feb 2014 17:38:54 +0100] rev 55317
started index
Lars Hupel <lars.hupel@mytum.de> [Tue, 04 Feb 2014 09:04:59 +0000] rev 55316
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
blanchet [Tue, 04 Feb 2014 01:35:48 +0100] rev 55315
removed legacy 'metisFT' method
blanchet [Tue, 04 Feb 2014 01:03:28 +0100] rev 55314
tuning
blanchet [Tue, 04 Feb 2014 00:04:55 +0100] rev 55313
tuning
blanchet [Tue, 04 Feb 2014 00:01:54 +0100] rev 55312
more liberal step merging
blanchet [Mon, 03 Feb 2014 23:59:36 +0100] rev 55311
rationalized lists of methods
blanchet [Mon, 03 Feb 2014 23:49:01 +0100] rev 55310
extended method list
blanchet [Mon, 03 Feb 2014 23:44:39 +0100] rev 55309
don't lose additional outcomes
blanchet [Mon, 03 Feb 2014 23:38:33 +0100] rev 55308
properly overwrite replay data from one compression iteration to another
blanchet [Mon, 03 Feb 2014 23:20:12 +0100] rev 55307
tuning
wenzelm [Mon, 03 Feb 2014 19:50:38 +0100] rev 55306
merged;
wenzelm [Mon, 03 Feb 2014 19:50:16 +0100] rev 55305
unused;
wenzelm [Mon, 03 Feb 2014 16:33:54 +0100] rev 55304
more formal markup;
wenzelm [Mon, 03 Feb 2014 15:44:46 +0100] rev 55303
clarified error messages: Pretty.str is for atomic/unformatted strings only, accumulate buffer of formatted strings instead;
fewer squiggles;
wenzelm [Mon, 03 Feb 2014 15:31:47 +0100] rev 55302
just error, not a failed attempt to raise an exception;