haftmann [Fri, 12 Oct 2007 08:21:09 +0200] rev 24994
consolidated naming conventions for code generator theories
haftmann [Fri, 12 Oct 2007 08:20:46 +0200] rev 24993
class div inherits from class times
haftmann [Fri, 12 Oct 2007 08:20:45 +0200] rev 24992
code_include replaces code_moduleprolog
haftmann [Fri, 12 Oct 2007 08:20:43 +0200] rev 24991
added subclass command
wenzelm [Thu, 11 Oct 2007 23:03:51 +0200] rev 24990
enabled Refute_Examples again;
wenzelm [Thu, 11 Oct 2007 23:03:11 +0200] rev 24989
local_axioms: impose hyps stemming from local consts as well
(otherwise the axioms will be more general than expected!);
wenzelm [Thu, 11 Oct 2007 21:44:28 +0200] rev 24988
disabled Refute_Examples temporarily;
wenzelm [Thu, 11 Oct 2007 21:10:43 +0200] rev 24987
local_theory: incorporated consts into axioms;
LocalDefs.expand_cterm;
tuned;
wenzelm [Thu, 11 Oct 2007 21:10:42 +0200] rev 24986
removed unused/impure quiet_mode;
local_theory: incorporated consts into axioms;
tuned;
wenzelm [Thu, 11 Oct 2007 21:10:41 +0200] rev 24985
added export_cterm;
tuned;
wenzelm [Thu, 11 Oct 2007 21:10:40 +0200] rev 24984
local_theory: incorporated consts into axioms;
wenzelm [Thu, 11 Oct 2007 19:10:25 +0200] rev 24983
replaced Term.equiv_types by Type.similar_types;
moved add_axiom/def to more_thm.ML;
wenzelm [Thu, 11 Oct 2007 19:10:24 +0200] rev 24982
replaced Term.equiv_types by Type.similar_types;
wenzelm [Thu, 11 Oct 2007 19:10:23 +0200] rev 24981
dest/cert_def: replaced Pretty.pp by explicit Proof.context;
wenzelm [Thu, 11 Oct 2007 19:10:22 +0200] rev 24980
added elim_implies (more convenient argument order);
added unvarify (from drule.ML);
added specification primitives: add_axiom, add_def;
wenzelm [Thu, 11 Oct 2007 19:10:21 +0200] rev 24979
removed obsolete flip;
wenzelm [Thu, 11 Oct 2007 19:10:20 +0200] rev 24978
moved Drule.unvarify to Thm.unvarify (cf. more_thm.ML);
tuned;
wenzelm [Thu, 11 Oct 2007 19:10:19 +0200] rev 24977
replaced (flip Thm.implies_elim) by Thm.elim_implies;
wenzelm [Thu, 11 Oct 2007 19:10:17 +0200] rev 24976
moved Drule.unvarify to Thm.unvarify (cf. more_thm.ML);
wenzelm [Thu, 11 Oct 2007 18:58:34 +0200] rev 24975
usedir: added HOL_USEDIR_OPTIONS;
paulson [Thu, 11 Oct 2007 16:51:39 +0200] rev 24974
reconstruction bug fix
wenzelm [Thu, 11 Oct 2007 16:38:57 +0200] rev 24973
tuned;
wenzelm [Thu, 11 Oct 2007 16:38:42 +0200] rev 24972
replaced Sign.add_consts_i by Sign.declare_const;
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;