src/Pure/Isar/theory_target.ML
Tue, 10 Aug 2010 13:58:26 +0200 haftmann split off generic parts of target implementations into separate structure
Tue, 10 Aug 2010 13:25:33 +0200 haftmann restructured code for `declaration`
Mon, 09 Aug 2010 16:56:00 +0200 haftmann factored out foundation of `define` into separate function
Mon, 09 Aug 2010 16:30:23 +0200 haftmann combine declaration and definition of foundation constant
Mon, 09 Aug 2010 15:51:27 +0200 haftmann more appropriate outline of `define`
Mon, 09 Aug 2010 15:43:37 +0200 haftmann backlink definition to target `notes`
Mon, 09 Aug 2010 15:38:46 +0200 haftmann dropped idle local_facts argument; factored out theory_abbrev and locale_abbrev
Mon, 09 Aug 2010 15:20:50 +0200 haftmann more convenient order
Mon, 09 Aug 2010 15:19:45 +0200 haftmann dropped misleading comments
Mon, 09 Aug 2010 14:47:28 +0200 haftmann separated foundation of `notes`
Mon, 09 Aug 2010 14:20:21 +0200 haftmann more clear separation into local and global facts
Mon, 09 Aug 2010 14:07:23 +0200 haftmann sharpened and tuned educated guess for canonical class morphism
Sun, 08 Aug 2010 20:51:02 +0200 haftmann discontinued separation of `define` and `declare_const`
Sun, 08 Aug 2010 20:41:25 +0200 haftmann unravelled target initialization code
Fri, 04 Jun 2010 15:48:13 +0200 wenzelm more robust handling of additional type variables: warning, more canonical order, drop mixfix syntax if implicit type arguments are introduced (to avoid delusion due to shifted arguments);
Mon, 31 May 2010 10:27:42 +0200 wenzelm Theory_Target.pretty: more markup;
Thu, 27 May 2010 18:10:37 +0200 wenzelm renamed structure PrintMode to Print_Mode, keeping the old name as legacy alias for some time;
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;
Sun, 11 Apr 2010 14:30:34 +0200 wenzelm Thm.add_axiom/add_def: return internal name of foundational axiom;
Sun, 21 Mar 2010 08:46:49 +0100 haftmann handle hidden polymorphism in class target (without class target syntax, though)
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, 15 Mar 2010 18:59:16 +0100 wenzelm replaced type_syntax/term_syntax by uniform syntax_declaration;
Sat, 13 Mar 2010 20:33:14 +0100 wenzelm local theory specifications handle hidden polymorphism implicitly;
Sat, 13 Mar 2010 19:35:53 +0100 wenzelm minor tuning and simplification;
Sat, 13 Mar 2010 14:41:14 +0100 wenzelm Local_Defs.contract convenience;
Thu, 11 Mar 2010 23:45:41 +0100 wenzelm more basic Local_Defs.export_cterm;
Sun, 07 Mar 2010 11:57:16 +0100 wenzelm modernized structure Local_Defs;
Thu, 18 Feb 2010 23:41:01 +0100 wenzelm removed unused Theory_Target.begin;
Mon, 15 Feb 2010 14:04:06 +0100 haftmann apply global morphism for theory, instantiation and overloading target; n.b. target morphism and global morphism coincide for theory target
Thu, 19 Nov 2009 14:44:22 +0100 wenzelm Local_Theory.define: eliminated slightly odd kind argument -- such low-level definitions should be hardly ever exposed to end-users anyway;
Tue, 17 Nov 2009 14:50:55 +0100 wenzelm uniform new_group/reset_group;
Sun, 15 Nov 2009 19:45:05 +0100 wenzelm eliminated obsolete thm position tags;
Fri, 13 Nov 2009 21:11:15 +0100 wenzelm modernized structure Local_Theory;
Fri, 13 Nov 2009 20:41:29 +0100 wenzelm eliminated slightly odd kind argument of LocalTheory.note(s);
Tue, 10 Nov 2009 16:04:57 +0100 wenzelm modernized structure Theory_Target;
Mon, 09 Nov 2009 20:47:39 +0100 wenzelm locale_const/target_notation: uniform use of Term.aconv_untyped;
Sun, 08 Nov 2009 16:30:41 +0100 wenzelm adapted Generic_Data, Proof_Data;
Fri, 06 Nov 2009 10:26:13 +0100 wenzelm merged
Wed, 04 Nov 2009 22:54:42 +0100 ballarin Merged.
Mon, 02 Nov 2009 21:27:26 +0100 ballarin Relax on type agreement with original context when applying term syntax.
Thu, 05 Nov 2009 22:06:46 +0100 wenzelm allow "pervasive" local theory declarations, which are applied the background theory;
Wed, 28 Oct 2009 17:38:13 +0100 wenzelm misc tuning;
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:18:59 +0100 wenzelm maintain group via name space, not tags;
Wed, 30 Sep 2009 22:24:57 +0200 wenzelm eliminated redundant parameters;
Wed, 15 Jul 2009 23:11:57 +0200 wenzelm eliminated obsolete legacy_varify;
Thu, 09 Jul 2009 22:48:12 +0200 wenzelm renamed structure TermSubst to Term_Subst;
Mon, 29 Jun 2009 16:17:57 +0200 haftmann mutual instances
Sat, 28 Mar 2009 17:21:11 +0100 wenzelm renamed ProofContext.note_thmss_i to ProofContext.note_thmss, eliminated obsolete external version;
Fri, 13 Mar 2009 19:17:58 +0100 haftmann coherent binding policy with primitive target operations
Thu, 12 Mar 2009 15:54:58 +0100 wenzelm Assumption.all_prems_of, Assumption.all_assms_of;
Wed, 11 Mar 2009 16:36:27 +0100 wenzelm eliminated qualified_names naming policy: qualified names are only permitted via explicit Binding.qualify/qualified_name etc. (NB: user-level outer syntax should never do this);
Wed, 11 Mar 2009 15:45:40 +0100 wenzelm more precise treatment of qualified bindings;
Sun, 08 Mar 2009 17:26:14 +0100 wenzelm moved basic algebra of long names from structure NameSpace to Long_Name;
Sat, 07 Mar 2009 22:16:50 +0100 wenzelm more uniform handling of binding in targets and derived elements;
Thu, 05 Mar 2009 12:08:00 +0100 wenzelm renamed NameSpace.base to NameSpace.base_name;
Thu, 05 Mar 2009 10:54:03 +0100 wenzelm Binding.prefix_of;
Wed, 04 Mar 2009 11:05:29 +0100 blanchet Merge.
Wed, 04 Mar 2009 10:45:52 +0100 blanchet Merge.
Tue, 03 Mar 2009 18:32:01 +0100 wenzelm renamed Binding.name_pos to Binding.make, renamed Binding.base_name to Binding.name_of, renamed Binding.map_base to Binding.map_name, added mandatory flag to Binding.qualify;
less more (0) -100 -60 tip