Wed, 12 Feb 2014 08:35:56 +0100 blanchet got rid of dynamic scoping the easy way
Wed, 12 Feb 2014 08:35:56 +0100 blanchet removed trivial 'rec' examples for nonrecursive types (I could also have added the 'old.' prefix in front of the constant names)
Wed, 12 Feb 2014 08:35:56 +0100 blanchet more liberal merging of BNFs and constructor sugar
Wed, 12 Feb 2014 08:35:56 +0100 blanchet se 'wrap_free_constructors' to register 'sum' , 'prod', 'unit', 'bool' with their discriminators/selectors
Wed, 12 Feb 2014 08:35:56 +0100 blanchet have the same no-update semantics for 'case' as for 'Ctr_Sugar' and BNF data (this might not be the final word on the matter, but using a consistent policy seems like a good idea)
Tue, 11 Feb 2014 12:08:44 +0100 wenzelm Mac OS X Lion (macbroy6) is baseline for portable executables;
Tue, 11 Feb 2014 11:30:33 +0100 Lars Hupel "no_memory" option for the simplifier trace to bypass memoization
Tue, 11 Feb 2014 09:29:46 +0100 nipkow tuned
Mon, 10 Feb 2014 23:24:44 +0100 wenzelm merged
Mon, 10 Feb 2014 22:39:04 +0100 wenzelm seal system channels at end of Pure bootstrap -- Isabelle/Scala provides official interfaces;
Mon, 10 Feb 2014 22:22:06 +0100 wenzelm make triple-sure that the future scheduler is properly shutdown (see also 702278df3b57);
Mon, 10 Feb 2014 22:08:18 +0100 wenzelm discontinued axiomatic 'classes', 'classrel', 'arities';
Mon, 10 Feb 2014 22:07:50 +0100 wenzelm updated keywords;
Mon, 10 Feb 2014 21:03:28 +0100 wenzelm more explicit axiomatization;
Mon, 10 Feb 2014 21:00:56 +0100 wenzelm prefer vacuous definitional type classes over axiomatic ones;
Mon, 10 Feb 2014 17:23:13 +0100 wenzelm more explicit axiomatization;
Mon, 10 Feb 2014 17:20:11 +0100 wenzelm prefer vacuous definitional type classes over axiomatic ones;
Mon, 10 Feb 2014 14:33:47 +0100 wenzelm comments;
Mon, 10 Feb 2014 13:47:31 +0100 wenzelm removed rotten code;
Mon, 10 Feb 2014 13:04:08 +0100 wenzelm more elementary put_simpset: exchange the simplifier configuration outright, which is particularly relevant concerning cumulative depth, e.g. for Product_Type.split_beta in the subsequent example:
Mon, 10 Feb 2014 21:51:15 +0100 nipkow merged
Mon, 10 Feb 2014 21:50:50 +0100 nipkow improved lin.arith. for terms involving division
Sun, 09 Feb 2014 21:37:27 +0100 haftmann restoring ancient string_classes option
Sun, 09 Feb 2014 21:37:27 +0100 haftmann method names in instance declarations are always unqualified
Sun, 09 Feb 2014 21:37:27 +0100 haftmann dropped legacy finally
Sun, 09 Feb 2014 19:10:12 +0000 paulson tidied messy proofs
Sun, 09 Feb 2014 17:47:23 +0100 wenzelm minimal document;
Sun, 09 Feb 2014 17:41:17 +0100 wenzelm removed junk;
Sun, 09 Feb 2014 17:21:03 +0100 wenzelm merged
Sun, 09 Feb 2014 17:19:22 +0100 wenzelm check scalable fonts;
Sun, 09 Feb 2014 16:31:24 +0100 wenzelm do *not* enforce scalable fonts for T1 encoding, instead rely on cm-super fonts, which also provide underscore for non-tt font;
Sun, 09 Feb 2014 16:17:01 +0100 wenzelm yet another attempt at actual underscore;
Sun, 09 Feb 2014 15:26:33 +0100 haftmann build up preprocessing context only once
Sun, 09 Feb 2014 15:26:33 +0100 haftmann tuned
Sun, 09 Feb 2014 13:07:23 +0100 nipkow disabled counterexample output for now; confusing because often incorrect
Sat, 08 Feb 2014 20:34:10 +0100 nipkow more indexing
Fri, 07 Feb 2014 22:37:54 +0100 nipkow merged
Fri, 07 Feb 2014 22:37:43 +0100 nipkow indexed document
Fri, 07 Feb 2014 17:43:47 +0000 paulson Simplified some proofs, deleting a lot of strange unused material at the end of the theory.
Fri, 07 Feb 2014 14:18:31 +0100 nipkow fight spurious nitpick timeouts
Fri, 07 Feb 2014 10:44:04 +0100 blanchet reverted a87e49f4336d -- overwriting of data entries yields to merge problems later
Fri, 07 Feb 2014 00:48:04 +0100 blanchet more docs
Fri, 07 Feb 2014 00:19:02 +0100 blanchet more docs
Fri, 07 Feb 2014 00:12:03 +0100 blanchet docs
Thu, 06 Feb 2014 23:09:22 +0000 paulson tidied
Thu, 06 Feb 2014 23:55:00 +0100 blanchet docs
Thu, 06 Feb 2014 23:42:36 +0100 blanchet docs about registering a BNF
Thu, 06 Feb 2014 18:31:43 +0100 nipkow merged
Thu, 06 Feb 2014 18:31:31 +0100 nipkow indexed document
Thu, 06 Feb 2014 17:05:47 +0100 blanchet allow multiple registration of the same type, the last wins
Thu, 06 Feb 2014 13:04:06 +0000 paulson fixed problem (?) by deleting "thm" line
Thu, 06 Feb 2014 01:13:44 +0100 blanchet try right bunch of methods
Thu, 06 Feb 2014 00:43:57 +0100 blanchet don't waste time with old-style 'case's that don't have the required theorems
Thu, 06 Feb 2014 00:24:02 +0100 blanchet expand 'split' in direct corecursion as well
Thu, 06 Feb 2014 00:03:12 +0100 blanchet tuning
Wed, 05 Feb 2014 23:30:02 +0100 blanchet adapted tactic to correctly handle 'if ... then ...' and 'case ...' under lambdas
Wed, 05 Feb 2014 18:19:25 +0100 blanchet merge
Wed, 05 Feb 2014 17:59:12 +0100 blanchet properly massage 'if's / 'case's etc. under lambdas
Wed, 05 Feb 2014 17:07:22 +0000 paulson Merge
Wed, 05 Feb 2014 17:06:11 +0000 paulson Number_Theory no longer introduces One_nat_def as a simprule. Tidied some proofs.
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip