wenzelm [Thu, 19 Jan 2006 21:22:20 +0100] rev 18715
use: Output.ML_errors;
wenzelm [Thu, 19 Jan 2006 21:22:19 +0100] rev 18714
Syntax.basic_syn;
wenzelm [Thu, 19 Jan 2006 21:22:18 +0100] rev 18713
setup: theory -> theory;
added syntax (from Syntax/mixfix.ML);
added HTML output syntax for _lambda;
wenzelm [Thu, 19 Jan 2006 21:22:17 +0100] rev 18712
tuned setmp;
wenzelm [Thu, 19 Jan 2006 21:22:16 +0100] rev 18711
setup: theory -> theory;
use_output: Output.ML_errors;
wenzelm [Thu, 19 Jan 2006 21:22:15 +0100] rev 18710
tuned comments;
wenzelm [Thu, 19 Jan 2006 21:22:14 +0100] rev 18709
setup: theory -> theory;
Syntax.appl(C)_syntax;
wenzelm [Thu, 19 Jan 2006 21:22:08 +0100] rev 18708
setup: theory -> theory;
berghofe [Thu, 19 Jan 2006 15:45:10 +0100] rev 18707
Use generic Simplifier.simp_add attribute instead
of Simplifier.simp_add_global.
berghofe [Thu, 19 Jan 2006 14:59:55 +0100] rev 18706
Re-inserted consts_code declaration accidentally deleted
during last commit.
paulson [Thu, 19 Jan 2006 10:22:13 +0100] rev 18705
strengthened some lemmas; simplified some proofs
haftmann [Wed, 18 Jan 2006 11:55:50 +0100] rev 18704
substantial improvement in serialization handling
urbanc [Wed, 18 Jan 2006 02:48:58 +0100] rev 18703
fixed one proof that broke because of the changes
Markus did on the rules ex1I
haftmann [Tue, 17 Jan 2006 16:36:57 +0100] rev 18702
substantial improvements in code generator
paulson [Tue, 17 Jan 2006 10:26:50 +0100] rev 18701
these hacks are no longer needed
paulson [Tue, 17 Jan 2006 10:26:36 +0100] rev 18700
improved SPASS support
wenzelm [Mon, 16 Jan 2006 21:55:17 +0100] rev 18699
case_result: drop_schematic, i.e. be permissive about illegal binds;
wenzelm [Mon, 16 Jan 2006 21:55:15 +0100] rev 18698
put_facts: do not pretend local thms were named;
wenzelm [Mon, 16 Jan 2006 21:55:14 +0100] rev 18697
declare the1_equality [elim?];
wenzelm [Sun, 15 Jan 2006 20:04:05 +0100] rev 18696
tuned;
wenzelm [Sun, 15 Jan 2006 20:00:59 +0100] rev 18695
tuned;
wenzelm [Sun, 15 Jan 2006 19:58:57 +0100] rev 18694
* Classical: optional weight for attributes;
* HOL: prefer ex1I over ex_ex1I in single-step reasoning;
wenzelm [Sun, 15 Jan 2006 19:58:56 +0100] rev 18693
guess: used fixed inferred_type of vars;
wenzelm [Sun, 15 Jan 2006 19:58:55 +0100] rev 18692
export add_args;
tuned;
wenzelm [Sun, 15 Jan 2006 19:58:54 +0100] rev 18691
attributes: optional weight;
tuned;
wenzelm [Sun, 15 Jan 2006 19:58:53 +0100] rev 18690
classical attributes: optional weight;
wenzelm [Sun, 15 Jan 2006 19:58:51 +0100] rev 18689
prefer ex1I over ex_ex1I in single-step reasoning;
wenzelm [Sat, 14 Jan 2006 22:25:34 +0100] rev 18688
generic attributes;
wenzelm [Sat, 14 Jan 2006 17:20:51 +0100] rev 18687
tuned;
wenzelm [Sat, 14 Jan 2006 17:15:24 +0100] rev 18686
* ML/Isar: simplified treatment of user-level errors;