wenzelm [Sat, 21 Jan 2006 23:02:28 +0100] rev 18735
removed duplicate type_solver (cf. Tools/typechk.ML);
wenzelm [Sat, 21 Jan 2006 23:02:27 +0100] rev 18734
simplified type attribute;
removed rule/declaration (cf. thm.ML);
removed obsolete theory/proof/generic/common;
removed obsolete global/local/context_attribute(_i);
added attribute(_i);
renamed attribute to internal;
wenzelm [Sat, 21 Jan 2006 23:02:25 +0100] rev 18733
simplified type attribute;
added rule/declaration_attribute (from drule.ML);
added theory/proof_attributes;
removed apply(s)_attributes;
wenzelm [Sat, 21 Jan 2006 23:02:24 +0100] rev 18732
simplified type attribute;
moved rule/declaration_attribute to thm.ML;
wenzelm [Sat, 21 Jan 2006 23:02:23 +0100] rev 18731
rename map_theory/proof to theory/proof_map;
added separate map_theory/proof;
wenzelm [Sat, 21 Jan 2006 23:02:21 +0100] rev 18730
tuned proofs;
wenzelm [Sat, 21 Jan 2006 23:02:20 +0100] rev 18729
simplified type attribute;
tuned;
wenzelm [Sat, 21 Jan 2006 23:02:14 +0100] rev 18728
simplified type attribute;
mengj [Fri, 20 Jan 2006 04:53:59 +0100] rev 18727
type information is now also printed.
mengj [Fri, 20 Jan 2006 04:50:01 +0100] rev 18726
added some debugging code.
mengj [Fri, 20 Jan 2006 04:35:23 +0100] rev 18725
fixed a bug
wenzelm [Thu, 19 Jan 2006 21:22:30 +0100] rev 18724
quote "atom";
wenzelm [Thu, 19 Jan 2006 21:22:29 +0100] rev 18723
updated;
wenzelm [Thu, 19 Jan 2006 21:22:27 +0100] rev 18722
* ML/Isar: theory setup has type (theory -> theory);
wenzelm [Thu, 19 Jan 2006 21:22:26 +0100] rev 18721
use/use_thy: Output.toplevel_errors;
wenzelm [Thu, 19 Jan 2006 21:22:25 +0100] rev 18720
added basic syntax;
removed pure syntax;
wenzelm [Thu, 19 Jan 2006 21:22:24 +0100] rev 18719
moved pure syntax to Syntax/syntax.ML and pure_thy.ML;
wenzelm [Thu, 19 Jan 2006 21:22:23 +0100] rev 18718
keep: disable Output.toplevel_errors;
program: Output.ML_errors;
wenzelm [Thu, 19 Jan 2006 21:22:22 +0100] rev 18717
run_thy: removed Output.toplevel_errors;
wenzelm [Thu, 19 Jan 2006 21:22:21 +0100] rev 18716
added ML_errors;
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.