wenzelm [Thu, 11 Oct 2007 16:05:56 +0200] rev 24971
replaced Sign.add_consts_authentic by Sign.declare_const;
tuned;
wenzelm [Thu, 11 Oct 2007 16:05:53 +0200] rev 24970
renamed Syntax.XXX_mode to Syntax.mode_XXX;
moved ProofContext.pp to Syntax.pp;
wenzelm [Thu, 11 Oct 2007 16:05:47 +0200] rev 24969
removed obsolete AxClass.params_of_class;
tuned;
wenzelm [Thu, 11 Oct 2007 16:05:44 +0200] rev 24968
replaced Sign.add_consts_authentic by Sign.declare_const;
replaced read_param by Sign.read_const, which is independent of syntax;
added define_class_params (from axclass.ML);
wenzelm [Thu, 11 Oct 2007 16:05:41 +0200] rev 24967
load axclass.ML before Isar;
load subclass.ML earlier;
wenzelm [Thu, 11 Oct 2007 16:05:39 +0200] rev 24966
added specify_const;
wenzelm [Thu, 11 Oct 2007 16:05:37 +0200] rev 24965
removed obsolete simple_def;
wenzelm [Thu, 11 Oct 2007 16:05:35 +0200] rev 24964
moved define_class_params to Isar/class.ML;
removed obsolete params_of_class, print_axclasses;
moved ProofContext.pp to Syntax.pp;
misc tuning;
wenzelm [Thu, 11 Oct 2007 16:05:33 +0200] rev 24963
load axclass.ML before Isar;
wenzelm [Thu, 11 Oct 2007 16:05:32 +0200] rev 24962
Theory.specify_const;