src/Pure/pure_thy.ML
Tue, 22 Mar 2011 20:44:47 +0100 wenzelm more selective strip_positions in case patterns -- reactivate translations based on "case _ of _" in HOL and special patterns in HOLCF;
Tue, 22 Mar 2011 13:32:20 +0100 wenzelm support for encoded positions (for id_position, longid_position) as pseudo type-constraints -- still inactive;
Mon, 20 Sep 2010 16:05:25 +0200 wenzelm renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
Fri, 17 Sep 2010 20:18:27 +0200 wenzelm tuned signature of (Context_)Position.report variants;
Wed, 01 Sep 2010 17:59:06 +0200 wenzelm actually declare "_constrainAbs" as @{syntax_const};
Mon, 31 May 2010 21:06:57 +0200 wenzelm modernized some structure names, keeping a few legacy aliases;
Sat, 08 May 2010 16:53:53 +0200 wenzelm renamed Thm.get_name -> Thm.derivation_name and Thm.put_name -> Thm.name_derivation, to emphasize the true nature of these operations;
Sun, 11 Apr 2010 14:30:34 +0200 wenzelm Thm.add_axiom/add_def: return internal name of foundational axiom;
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:48:56 +0100 wenzelm replaced PureThy.add_axioms by more basic Drule.add_axiom, which is old-style nonetheless;
Sun, 21 Mar 2010 19:28:25 +0100 wenzelm minor renovation of old-style 'axioms' -- make it an alias of iterated 'axiomatization';
Wed, 03 Mar 2010 00:28:22 +0100 wenzelm authentic syntax for classes and type constructors;
Sun, 21 Feb 2010 22:35:02 +0100 wenzelm slightly more abstract syntax mark/unmark operations;
Sun, 21 Feb 2010 21:08:25 +0100 wenzelm authentic syntax for *all* term constants;
Tue, 16 Feb 2010 14:08:39 +0100 wenzelm moved generic update_name to Pure syntax -- not specific to HOL/record;
Mon, 15 Feb 2010 18:03:42 +0100 wenzelm renamed InfixName to Infix etc.;
Sun, 15 Nov 2009 19:45:05 +0100 wenzelm eliminated obsolete thm position tags;
Sun, 08 Nov 2009 18:43:42 +0100 wenzelm adapted Theory_Data;
Mon, 02 Nov 2009 20:34:59 +0100 wenzelm modernized structure Simple_Syntax;
Fri, 30 Oct 2009 18:32:41 +0100 haftmann set Pure theory name properly
Sun, 25 Oct 2009 19:18:59 +0100 wenzelm maintain group via name space, not tags;
Sat, 24 Oct 2009 19:47:37 +0200 wenzelm renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
Wed, 30 Sep 2009 22:25:50 +0200 wenzelm eliminated dead code;
Tue, 21 Jul 2009 20:37:32 +0200 wenzelm join_proofs: implicit exception;
Sun, 19 Jul 2009 19:20:17 +0200 wenzelm cancel_proofs: some attempts at reworking group management (based on body promises only);
Thu, 02 Apr 2009 14:49:50 +0200 wenzelm tuned signature;
Sat, 07 Mar 2009 22:16:50 +0100 wenzelm more uniform handling of binding in targets and derived elements;
Sat, 07 Mar 2009 12:07:30 +0100 wenzelm Theory.add_axioms/add_defs: replaced old bstring by binding;
Wed, 04 Mar 2009 11:05:29 +0100 blanchet Merge.
Wed, 04 Mar 2009 10:45:52 +0100 blanchet Merge.
Tue, 03 Mar 2009 14:07:43 +0100 wenzelm Thm.binding;
Sun, 01 Mar 2009 23:36:12 +0100 wenzelm use long names for old-style fold combinators;
Wed, 21 Jan 2009 16:47:04 +0100 haftmann binding replaces bstring
Sat, 10 Jan 2009 16:55:46 +0100 wenzelm added cancel_proofs, based on task groups of "entered" proofs;
Sat, 10 Jan 2009 01:28:18 +0100 wenzelm tuned;
Sat, 10 Jan 2009 00:24:07 +0100 wenzelm simplified join_proofs;
Tue, 23 Dec 2008 19:27:42 +0100 wenzelm renamed terminal category "float" to "float_token", to avoid name
Sat, 06 Dec 2008 00:08:32 +0100 wenzelm renamed force_proofs to join_proofs;
Fri, 05 Dec 2008 00:23:37 +0100 wenzelm merged
Thu, 04 Dec 2008 23:02:52 +0100 wenzelm renamed type Lazy.T to lazy;
Thu, 04 Dec 2008 14:43:33 +0100 haftmann cleaned up binding module and related code
Mon, 01 Dec 2008 19:41:16 +0100 haftmann new Binding module
Sat, 29 Nov 2008 13:37:13 +0100 nipkow New lexical item "float".
Thu, 20 Nov 2008 19:06:03 +0100 haftmann fact table now using name bindings
Thu, 20 Nov 2008 14:55:25 +0100 haftmann using name bindings
Thu, 20 Nov 2008 00:03:47 +0100 wenzelm Pure syntax: more coherent treatment of aprop, permanent TERM and &&&;
Tue, 18 Nov 2008 18:25:49 +0100 wenzelm added force_proofs (based on thms ever passed through enter_thms);
Thu, 23 Oct 2008 15:28:01 +0200 wenzelm renamed Thm.get_axiom_i to Thm.axiom;
Thu, 16 Oct 2008 22:44:31 +0200 wenzelm added const sort_constraint with syntax SORT_CONSTRAINT -- logically vacous;
Tue, 02 Sep 2008 14:10:25 +0200 wenzelm name_thm etc.: pass position;
Thu, 14 Aug 2008 16:52:46 +0200 wenzelm moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
Tue, 05 Aug 2008 13:31:35 +0200 wenzelm get_fact: report position;
Mon, 04 Aug 2008 20:27:38 +0200 wenzelm removed obsolete note_thms_cmd;
Tue, 29 Jul 2008 08:15:40 +0200 haftmann PureThy: dropped note_thmss_qualified, dropped _i suffix
Fri, 25 Jul 2008 12:03:36 +0200 haftmann dropped PureThy.note; added PureThy.add_thm
Sat, 14 Jun 2008 15:56:52 +0200 wenzelm removed old theorem database;
Sun, 18 May 2008 17:03:24 +0200 wenzelm theory Pure provides regular application syntax by default;
Wed, 16 Apr 2008 21:53:01 +0200 wenzelm renamed check_fact to defined_fact;
Wed, 16 Apr 2008 17:40:39 +0200 wenzelm removed obsolete get_fact_silent;
Tue, 15 Apr 2008 18:49:21 +0200 wenzelm added intern_fact, check_fact, hide_fact;
less more (0) -100 -60 tip