wenzelm [Mon, 19 Mar 2012 19:49:54 +0100] rev 47020
merged
paulson [Mon, 19 Mar 2012 15:20:00 +0000] rev 47019
merged
paulson [Mon, 19 Mar 2012 15:19:38 +0000] rev 47018
More structured proofs for cardinalities
paulson [Mon, 19 Mar 2012 10:52:48 +0000] rev 47017
merged
paulson [Fri, 16 Mar 2012 17:41:53 +0000] rev 47016
more structured case and induction proofs
blanchet [Mon, 19 Mar 2012 12:43:46 +0100] rev 47015
better defaults for Metis, that seem to make it less likely to loop seemingly forever -- 0 coefficients might very well make it incomplete
wenzelm [Mon, 19 Mar 2012 18:18:42 +0100] rev 47014
allow keyword tags to be redefined, but not the command category;
wenzelm [Mon, 19 Mar 2012 15:56:27 +0100] rev 47013
further amendment of "updated" edge (cf. 6ed49c52d463) -- required for repainting of unassigned command, e.g. for inactive buffe;
wenzelm [Mon, 19 Mar 2012 14:59:31 +0100] rev 47012
clarified command span classification: strict Command.is_command, permissive Command.name;
wenzelm [Sun, 18 Mar 2012 22:09:00 +0100] rev 47011
more robust bash interpolation;
wenzelm [Sun, 18 Mar 2012 22:06:37 +0100] rev 47010
more ambitious scalac options for makedist;
wenzelm [Sun, 18 Mar 2012 21:52:50 +0100] rev 47009
less noisy Isabelle/Scala build process;
wenzelm [Sun, 18 Mar 2012 13:59:54 +0100] rev 47008
comment;
wenzelm [Sun, 18 Mar 2012 13:51:51 +0100] rev 47007
tuned;
wenzelm [Sun, 18 Mar 2012 13:37:11 +0100] rev 47006
tuned;
wenzelm [Sun, 18 Mar 2012 13:04:22 +0100] rev 47005
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
more explicit Context.generic for Name_Space.declare/define and derivatives (NB: naming changed after Proof_Context.init_global);
prefer Context.pretty in low-level operations of structure Sorts/Type (defer full Syntax.init_pretty until error output);
simplified signatures;