src/Pure/theory.ML
Sun, 20 Mar 2011 22:47:08 +0100 wenzelm tuned;
Sun, 05 Sep 2010 21:41:24 +0200 wenzelm turned show_sorts/show_types into proper configuration options;
Sun, 05 Sep 2010 19:47:40 +0200 wenzelm pretty printing: prefer regular Proof.context over Pretty.pp, which is mostly for special bootstrap purposes involving theory merge, for example;
Mon, 03 May 2010 14:25:56 +0200 wenzelm renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Sat, 27 Mar 2010 17:36:32 +0100 wenzelm disallow premises in primitive Theory.add_def -- handle in Thm.add_def;
Sat, 27 Mar 2010 16:01:45 +0100 wenzelm disallow sort constraints in primitive Theory.add_axiom/add_def -- handled in Thm.add_axiom/add_def;
Sat, 27 Mar 2010 15:20:31 +0100 wenzelm moved Drule.forall_intr_frees to Thm.forall_intr_frees (in more_thm.ML, which is loaded before pure_thy.ML);
Mon, 22 Mar 2010 00:51:18 +0100 wenzelm replaced Theory.add_axioms(_i) by more primitive Theory.add_axiom;
Sat, 20 Mar 2010 17:33:11 +0100 wenzelm renamed varify/unvarify operations to varify_global/unvarify_global to emphasize that these only work in a global situation;
Mon, 04 Jan 2010 23:20:35 +0100 wenzelm discontinued old TheoryDataFun, but retain Theory_Data_PP with is Pretty.pp argument to merge (still required in exotic situations -- hard to get rid of);
Mon, 04 Jan 2010 14:09:56 +0100 haftmann dropped copy operation for legacy TheoryDataFun
Sun, 15 Nov 2009 20:39:22 +0100 wenzelm primitive defs: clarified def (axiom name) vs. description;
Sun, 25 Oct 2009 21:35:46 +0100 wenzelm eliminated obsolete tags for types/consts -- now handled via name space, in strongly typed fashion;
Sun, 25 Oct 2009 19:19:29 +0100 wenzelm begin_theory: set theory_name here;
Sun, 25 Oct 2009 13:04:06 +0100 wenzelm make SML/NJ happy;
Sat, 24 Oct 2009 20:54:08 +0200 wenzelm maintain explicit name space kind;
Sat, 24 Oct 2009 19:47:37 +0200 wenzelm renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
Sat, 24 Oct 2009 19:20:03 +0200 wenzelm eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already;
Sat, 17 Oct 2009 15:57:51 +0200 wenzelm indicate CRITICAL nature of various setmp combinators;
Wed, 30 Sep 2009 22:27:20 +0200 wenzelm removed redundant Sign.certify_prop, use Sign.cert_prop instead;
Thu, 12 Mar 2009 11:10:02 +0100 wenzelm renamed NameSpace.bind to NameSpace.define;
Sat, 07 Mar 2009 12:07:30 +0100 wenzelm Theory.add_axioms/add_defs: replaced old bstring by binding;
Tue, 03 Mar 2009 15:09:08 +0100 wenzelm Binding.str_of;
Wed, 21 Jan 2009 23:21:44 +0100 wenzelm removed Ids;
Wed, 21 Jan 2009 16:47:32 +0100 haftmann binding is alias for Binding.T
Sat, 13 Dec 2008 15:00:40 +0100 wenzelm requires: check ancestors directly;
Fri, 05 Dec 2008 18:42:37 +0100 haftmann removed Table.extend, NameSpace.extend_table
Thu, 04 Dec 2008 14:43:33 +0100 haftmann cleaned up binding module and related code
Thu, 18 Sep 2008 19:39:44 +0200 wenzelm simplified oracle interface;
Wed, 03 Sep 2008 17:47:35 +0200 wenzelm simplified specify_const: canonical args, global deps;
Wed, 27 Aug 2008 11:48:54 +0200 wenzelm type Properties.T;
Sun, 18 May 2008 15:04:09 +0200 wenzelm moved global pretty/string_of functions from Sign to Syntax;
Tue, 15 Apr 2008 18:49:23 +0200 wenzelm removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
Sat, 12 Apr 2008 17:00:45 +0200 wenzelm rep_cterm/rep_thm: no longer dereference theory_ref;
Tue, 16 Oct 2007 19:45:56 +0200 wenzelm apply_wrappers: perhaps_apply/loop;
Sat, 13 Oct 2007 17:16:40 +0200 wenzelm Theory.specify_const: added deps argument;
Thu, 11 Oct 2007 19:10:23 +0200 wenzelm dest/cert_def: replaced Pretty.pp by explicit Proof.context;
Thu, 11 Oct 2007 16:05:39 +0200 wenzelm added specify_const;
Sat, 29 Sep 2007 21:39:48 +0200 wenzelm Sign.the_const_constraint;
Tue, 25 Sep 2007 13:28:41 +0200 wenzelm Syntax.parse/check/read;
Thu, 20 Sep 2007 20:56:34 +0200 wenzelm tuned signature;
Tue, 18 Sep 2007 07:46:00 +0200 haftmann introduced generic concepts for theory interpretators
Thu, 09 Aug 2007 15:52:54 +0200 haftmann new access interface in defs.ML
Fri, 03 Aug 2007 16:28:15 +0200 wenzelm replaced Theory.self_ref by Theory.check_thy, which now produces a checked ref;
Sun, 08 Jul 2007 19:51:58 +0200 wenzelm replaced exception TableFun/GraphFun.DUPS by TableFun/GraphFun.DUP;
Thu, 05 Jul 2007 20:01:37 +0200 wenzelm removed comments -- no exception TERM;
Thu, 24 May 2007 08:37:37 +0200 haftmann tuned Pure/General/name_space.ML
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Sun, 15 Apr 2007 14:31:56 +0200 wenzelm removed obsolete inferT_axm;
Sat, 14 Apr 2007 23:56:36 +0200 wenzelm simplified read_axm;
Sat, 14 Apr 2007 17:36:16 +0200 wenzelm tuned signature;
Wed, 04 Apr 2007 23:29:40 +0200 wenzelm removed unused dep_graph;
Wed, 04 Apr 2007 00:11:03 +0200 wenzelm removed obsolete sign_of/sign_of_thm;
Tue, 20 Mar 2007 15:52:42 +0100 haftmann added theory dependency graph
Mon, 11 Dec 2006 21:39:26 +0100 wenzelm advanced translation functions: Proof.context;
Thu, 30 Nov 2006 14:17:34 +0100 wenzelm added merge_list;
Fri, 15 Sep 2006 22:56:17 +0200 wenzelm removed type aliases for theory/theory_ref;
Thu, 17 Aug 2006 09:24:50 +0200 haftmann dropped definitions_of
Wed, 19 Jul 2006 12:11:57 +0200 wenzelm Sign.infer_types: Name.context;
Wed, 07 Jun 2006 02:01:28 +0200 wenzelm renamed Type.(un)varifyT to Logic.(un)varifyT;
Thu, 25 May 2006 16:51:39 +0200 wenzelm tuned;
Wed, 24 May 2006 01:05:02 +0200 wenzelm added add_deps, which actually records dependencies of consts (unlike add_finals);
Mon, 22 May 2006 22:29:19 +0200 wenzelm Defs.specifications_of: lhs/rhs now use typargs;
Sat, 20 May 2006 23:37:03 +0200 wenzelm tuned Defs interfaces;
Sat, 13 May 2006 02:51:42 +0200 wenzelm Theory.add_defs(_i): added unchecked flag;
Thu, 11 May 2006 19:15:14 +0200 wenzelm tuned Defs.merge;
Mon, 08 May 2006 17:40:08 +0200 wenzelm Defs.define: const_typargs;
Fri, 05 May 2006 19:32:34 +0200 wenzelm added definitions_of;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Thu, 13 Apr 2006 12:01:06 +0200 wenzelm tuned;
Sat, 25 Feb 2006 15:11:35 +0100 haftmann added more detailed data to consts
Tue, 07 Feb 2006 19:56:50 +0100 wenzelm adapted Sign.infer_types(_simult), Sign.certify_term/prop;
Mon, 06 Feb 2006 20:59:10 +0100 wenzelm moved no_vars to sign.ML;
Tue, 31 Jan 2006 00:39:40 +0100 wenzelm advanced translations: Context.generic;
Tue, 24 Jan 2006 00:43:24 +0100 wenzelm add_finals: prep_consts, i.e. varify type;
Sat, 14 Jan 2006 17:14:06 +0100 wenzelm sane ERROR handling;
Fri, 02 Dec 2005 22:54:47 +0100 wenzelm defs: beta/eta contract lhs;
Wed, 09 Nov 2005 16:26:54 +0100 wenzelm tuned;
Thu, 29 Sep 2005 00:58:59 +0200 wenzelm back to simple 'defs' (cf. revision 1.79);
Tue, 20 Sep 2005 08:21:49 +0200 haftmann slight adaptions to library changes
Tue, 09 Aug 2005 10:23:14 +0200 haftmann exported dest_def
Mon, 01 Aug 2005 19:20:45 +0200 wenzelm Compress.term;
Thu, 28 Jul 2005 15:20:01 +0200 wenzelm check_overloading replaces datatype overloading;
Tue, 19 Jul 2005 17:21:55 +0200 wenzelm tuned defs interface;
Wed, 13 Jul 2005 16:07:24 +0200 wenzelm tuned;
Thu, 07 Jul 2005 19:01:04 +0200 obua 1) all theorems in Orderings can now be given as a parameter
Wed, 29 Jun 2005 15:13:30 +0200 wenzelm Syntax.read thy;
Wed, 22 Jun 2005 19:41:22 +0200 wenzelm renamed init to init_data;
Mon, 20 Jun 2005 22:14:09 +0200 wenzelm added begin_theory, end_theory;
Fri, 17 Jun 2005 18:33:28 +0200 wenzelm type theory, theory_ref, exception THEORY and related operations imported from Context;
Sat, 11 Jun 2005 22:15:54 +0200 wenzelm renamed hide_classes/types/consts to hide_XXX_i;
Thu, 09 Jun 2005 12:03:26 +0200 wenzelm axioms and oracles: NameSpace.table;
Tue, 07 Jun 2005 20:04:41 +0200 obua A flag DEFS_CHAIN_HISTORY can be used to improve the error message
Sun, 05 Jun 2005 23:07:29 +0200 wenzelm renamed const_deps to defs;
Fri, 03 Jun 2005 01:08:07 +0200 obua Integrates cycle detection in definitions with finalconsts
Thu, 02 Jun 2005 18:29:50 +0200 wenzelm Sign.restore_naming;
Tue, 31 May 2005 19:32:41 +0200 obua Removed final_consts from theory data. Now const_deps deals with final
Tue, 31 May 2005 11:53:25 +0200 wenzelm added qualified_names, no_base_names, custom_accesses, set_policy, restore_naming;
Mon, 30 May 2005 16:32:47 +0200 obua Infinite chains in definitions are now detected, too.
Sun, 29 May 2005 12:39:12 +0200 obua Implement cycle-free overloading, so that definitions cannot harm consistency any more (except of course via interaction with axioms).
Sat, 16 Apr 2005 18:56:37 +0200 wenzelm added del_modesyntax(_i);
Wed, 13 Apr 2005 18:47:53 +0200 wenzelm *** MESSAGE REFERS TO PREVIOUS VERSION ***
Wed, 13 Apr 2005 18:34:22 +0200 wenzelm *** empty log message ***
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Wed, 09 Jun 2004 20:24:32 +0200 wenzelm Sign.is_logtype;
Sat, 29 May 2004 15:03:59 +0200 wenzelm improved output; refer to Pretty.pp;
Fri, 21 May 2004 21:25:57 +0200 wenzelm Type.strip_sorts;
Thu, 22 Apr 2004 10:57:12 +0200 wenzelm support for advanced translation functions;
Thu, 09 Oct 2003 18:13:32 +0200 skalberg Added support for making constants final, that is, ensuring that no
Tue, 23 Sep 2003 20:37:45 +0200 skalberg Fixed soundness bug.
Thu, 04 Sep 2003 16:04:15 +0200 berghofe Changed no_vars such that it outputs list of illegal schematic variables.
Mon, 14 Oct 2002 10:44:32 +0200 nipkow Ported find_intro/elim to Isar.
Wed, 16 Jan 2002 23:19:34 +0100 wenzelm GPLed;
Fri, 21 Dec 2001 23:17:12 +0100 wenzelm hide: flag for full/base name;
Wed, 28 Nov 2001 00:46:26 +0100 wenzelm theory data: removed obsolete finish method;
Fri, 09 Nov 2001 00:19:20 +0100 wenzelm theory data: finish method;
Wed, 15 Aug 2001 22:20:30 +0200 wenzelm support for absolute namespace entry paths;
Thu, 18 Jan 2001 20:36:31 +0100 wenzelm Sign.exists_stamp;
less more (0) -120 tip