src/Pure/Isar/class.ML
Tue, 30 Jun 2015 15:41:11 +0200 wenzelm no arguments for "standard" (or old "default") methods;
Tue, 30 Jun 2015 15:20:56 +0200 wenzelm renamed "default" to "standard", to make semantically clear what it is;
Mon, 01 Jun 2015 18:59:20 +0200 haftmann explicit argument expansion of uncheck rules;
Mon, 01 Jun 2015 18:59:20 +0200 haftmann explicit input marker for operations
Mon, 01 Jun 2015 18:59:20 +0200 haftmann completely separated canonical class abbreviations from abbreviations stemming from non-canonical morphisms -- these have no shared concept
Mon, 01 Jun 2015 18:59:20 +0200 haftmann self-contained formulation of abbrev for named targets
Mon, 01 Jun 2015 18:59:20 +0200 haftmann clearly separated target primitives (target_foo) from self-contained target operations (foo)
Mon, 01 Jun 2015 18:59:19 +0200 haftmann clarified interfaces for improvable syntax
Mon, 01 Jun 2015 18:59:19 +0200 haftmann tuned
Sun, 03 May 2015 20:04:38 +0200 wenzelm tuned output to resemble input syntax more closely;
Sun, 03 May 2015 18:13:15 +0200 wenzelm tuned output;
Thu, 02 Apr 2015 11:22:24 +0200 haftmann sort constraints are inherent part of class abbreviations (in contrast to class constants)
Tue, 31 Mar 2015 11:56:21 +0200 wenzelm tuned;
Tue, 10 Feb 2015 14:48:26 +0100 wenzelm proper context for resolve_tac, eresolve_tac, dresolve_tac, forward_tac etc.;
Thu, 22 Jan 2015 12:39:44 +0100 haftmann backed out obsolete workaround from ef1edfb36af7
Wed, 21 Jan 2015 18:40:00 +0100 haftmann option for formally inlined class specifications in hierarchy graph
Sat, 17 Jan 2015 22:52:45 +0100 wenzelm more compact content for tighter graph layout;
Sat, 17 Jan 2015 16:40:10 +0100 wenzelm clarified Class.pretty_specification: imitate input source;
Mon, 05 Jan 2015 18:39:32 +0100 haftmann formal pretty bodies for class specifications, accepting additional formal bookkeeping in locale.ML
Fri, 19 Dec 2014 12:36:50 +0100 wenzelm tuned;
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Thu, 30 Oct 2014 16:20:46 +0100 wenzelm eliminated aliases;
Mon, 13 Oct 2014 22:43:29 +0200 wenzelm tuned signature;
Sun, 08 Jun 2014 23:30:51 +0200 haftmann yet another attempt for terminology: foo_target_bar denotes an operation bar operating solely on the target context of target foo, foo_bar denotes a whole stack of operations to accomplish bar for target foo
Sun, 08 Jun 2014 23:30:49 +0200 haftmann re-unified approach towards class and locale consts, with refined terminology: foo_const_declaration denotes declaration for a particular logical layer, foo_const the full stack for a particular target
Sun, 08 Jun 2014 23:30:48 +0200 haftmann revert effect of 63c7b29d29ac -- existing pervasive interpretation of class order for dvd etc. is too obstrusive at the moment
Sun, 08 Jun 2014 23:30:47 +0200 haftmann less ad-hoc verision of educated guess: guess identity of declaration morphism wrt. canonical morphism rather than observing particular effects of declaration morphisms only;
Sat, 07 Jun 2014 21:49:17 +0200 haftmann treat non-canonical interpretations of classes the same way as ordinary locale interpretations
Thu, 05 Jun 2014 10:52:19 +0200 haftmann always refine interpretation morphism using canonical constant's definition theorem
Mon, 02 Jun 2014 19:21:41 +0200 haftmann formal treatment of dangling parameters for class abbrevs analogously to class consts
Sun, 01 Jun 2014 14:00:58 +0200 haftmann definition in class: provide explicit auxiliary abbreviation carrying potential mixfix syntax in presence of dangling parameters
Sun, 01 Jun 2014 08:33:35 +0200 haftmann tuned
Sat, 31 May 2014 09:35:12 +0200 haftmann postpone const declarations for nested context after canonical const declarations: keep const declarations stemming from interpretation together
Sat, 31 May 2014 09:35:10 +0200 haftmann tuned
Sat, 31 May 2014 09:35:09 +0200 haftmann explicit is better than implicit
Sat, 31 May 2014 09:35:08 +0200 haftmann tuned names
Sat, 31 May 2014 09:35:07 +0200 haftmann dropped accidental duplicate application of morphism
Fri, 30 May 2014 08:23:08 +0200 haftmann tuned
Wed, 28 May 2014 19:17:32 +0200 haftmann tuned variable names
Thu, 22 May 2014 17:53:02 +0200 haftmann tuned names
Thu, 22 May 2014 17:53:01 +0200 haftmann moved const declaration further down in bootstrap hierarchy: keep Named_Target free of low-level stuff
Thu, 22 May 2014 16:59:49 +0200 haftmann tuned
Thu, 22 May 2014 16:59:49 +0200 haftmann more uniform order of operations;
Thu, 22 May 2014 16:59:49 +0200 haftmann tuned signature
Fri, 25 Apr 2014 21:45:04 +0200 haftmann subscription as target-specific implementation device
Mon, 31 Mar 2014 12:35:39 +0200 wenzelm some shortcuts for chunks, which sometimes avoid bulky string output;
Tue, 18 Mar 2014 15:29:58 +0100 wenzelm more antiquotations;
Tue, 11 Mar 2014 22:49:28 +0100 wenzelm more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
Wed, 26 Feb 2014 10:53:19 +0100 wenzelm tuned signature;
Mon, 03 Feb 2014 16:33:54 +0100 wenzelm more formal markup;
Tue, 31 Dec 2013 14:29:16 +0100 wenzelm proper context for norm_hhf and derived operations;
Wed, 25 Dec 2013 22:35:29 +0100 haftmann self-contained formulation of subclass command, avoiding hard-wired Named_Target.init
Sat, 14 Dec 2013 17:28:05 +0100 wenzelm proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
Wed, 11 Sep 2013 15:42:05 +0200 wenzelm tuned signature;
Fri, 23 Aug 2013 20:35:50 +0200 wenzelm added Theory.setup convenience;
Tue, 30 Jul 2013 15:09:25 +0200 wenzelm type theory is purely value-oriented;
Sat, 27 Jul 2013 16:35:51 +0200 wenzelm standardized aliases;
Sat, 13 Jul 2013 17:53:57 +0200 haftmann tuned variable names
Wed, 10 Apr 2013 15:30:19 +0200 wenzelm more standard module name Axclass (according to file name);
Fri, 29 Mar 2013 11:32:07 +0100 haftmann convenience check for vain instantiation
Wed, 27 Mar 2013 14:19:18 +0100 wenzelm tuned signature and module arrangement;
Mon, 25 Mar 2013 13:37:44 +0100 wenzelm tuned print_classes: more standard order, markup, formatting;
Wed, 03 Oct 2012 16:42:36 +0200 wenzelm use explicit Type.strip_sorts_dummy to suppress sort constraints in output;
Sun, 17 Jun 2012 20:38:12 +0200 haftmann clarifying comment
Mon, 18 Jun 2012 15:48:43 +0200 haftmann class target handles additional non-class term parameters appropriately
Tue, 03 Apr 2012 13:47:15 +0200 wenzelm tuned;
Tue, 03 Apr 2012 10:59:20 +0200 wenzelm more uniform theory_abbrev with const_declaration;
Mon, 02 Apr 2012 21:49:27 +0200 wenzelm clarified standard_declaration vs. theory_declaration;
Sun, 01 Apr 2012 20:36:33 +0200 wenzelm clarified Generic_Target.notes: always perform Attrib.partial_evaluation;
Sun, 01 Apr 2012 14:29:22 +0200 wenzelm Local_Theory.map_contexts with explicit level indication: 0 = main target at bottom;
Thu, 22 Mar 2012 15:41:49 +0100 wenzelm uniform Generic_Target.standard_declaration, which uses the standard morphism for each context (NB: targets like "interpretation" appear like "theory" but declare local type parameters);
Thu, 22 Mar 2012 10:49:31 +0100 wenzelm synchronize syntax uniformly for target stack and aux. context;
Thu, 22 Mar 2012 10:10:30 +0100 wenzelm tuned;
Wed, 21 Mar 2012 11:25:19 +0100 wenzelm clarified Local_Theory.init: avoid hardwired naming policy, discontinued odd/unused group argument (cf. 5ee13e0428d2);
Sun, 18 Mar 2012 13:04:22 +0100 wenzelm maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
Wed, 14 Mar 2012 18:09:05 +0100 wenzelm tuned messages;
Wed, 14 Mar 2012 15:23:50 +0100 wenzelm more indentation;
Wed, 14 Mar 2012 14:49:43 +0100 wenzelm eliminated obsolete sanitize_name;
Wed, 09 Nov 2011 20:47:11 +0100 wenzelm tuned signature;
Sun, 06 Nov 2011 21:17:45 +0100 wenzelm tuned;
Sat, 05 Nov 2011 15:00:49 +0100 wenzelm added Logic.varify_types_global/unvarify_types_global, which avoids somewhat expensive Term.map_types;
Sun, 30 Oct 2011 22:20:45 +0100 wenzelm removed obsolete argument (cf. aa35859c8741);
Fri, 28 Oct 2011 23:16:50 +0200 wenzelm refined Local_Theory.declaration {syntax = false, pervasive} semantics: update is applied to auxiliary context as well;
Fri, 28 Oct 2011 22:17:30 +0200 wenzelm uniform Local_Theory.declaration with explicit params;
Thu, 09 Jun 2011 20:22:22 +0200 wenzelm tuned signature: Name.invent and Name.invent_names;
Tue, 19 Apr 2011 14:57:09 +0200 wenzelm simplified check/uncheck interfaces: result comparison is hardwired by default;
Mon, 18 Apr 2011 13:52:23 +0200 wenzelm standardized aliases of operations on tsig;
Mon, 18 Apr 2011 13:26:39 +0200 wenzelm pass plain Proof.context for pretty printing;
Mon, 18 Apr 2011 12:04:21 +0200 wenzelm simplified Sorts.class_error: plain Proof.context;
Mon, 18 Apr 2011 11:13:29 +0200 wenzelm simplified pretty printing context, which is only required for certain kernel operations;
Sun, 17 Apr 2011 19:54:04 +0200 wenzelm report Name_Space.declare/define, relatively to context;
Sat, 16 Apr 2011 15:47:52 +0200 wenzelm modernized structure Proof_Context;
Sat, 16 Apr 2011 15:25:25 +0200 wenzelm prefer local name spaces;
Sat, 18 Dec 2010 18:43:13 +0100 ballarin Add mixins to sublocale command.
Sat, 20 Nov 2010 00:53:26 +0100 wenzelm renamed raw "explode" function to "raw_explode" to emphasize its meaning;
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;
Thu, 16 Sep 2010 15:37:12 +0200 wenzelm Isar "default" step needs to fail for solved problems, for clear distinction of '.' and '..' for example -- amending lapse introduced in 9de4d64eee3b (April 2004);
Mon, 13 Sep 2010 16:15:12 +0200 haftmann more precise name for activation of improveable syntax
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;
Thu, 26 Aug 2010 15:48:08 +0200 wenzelm renamed Local_Theory.theory(_result) to Local_Theory.background_theory(_result) to emphasize that this belongs to the infrastructure and is rarely appropriate in user-space tools;
Thu, 26 Aug 2010 13:09:12 +0200 wenzelm renamed ProofContext.theory(_result) to ProofContext.background_theory(_result) to emphasize that this belongs to the infrastructure and is rarely appropriate in user-space tools;
Fri, 20 Aug 2010 08:52:01 +0200 haftmann tuned: less formal noise in Named_Target, more coherence in Class
Thu, 12 Aug 2010 13:53:42 +0200 haftmann Class.declare -> Class.const
Wed, 11 Aug 2010 20:25:44 +0200 haftmann merged
Wed, 11 Aug 2010 17:59:32 +0200 haftmann tuned internal structure
Wed, 11 Aug 2010 17:19:27 +0200 haftmann remove reinit operation alltogether
Wed, 11 Aug 2010 16:02:03 +0200 haftmann more convenient split of class modules: class and class_declaration
Wed, 11 Aug 2010 15:09:30 +0200 haftmann explicit accessed to structure Class_Target
Wed, 11 Aug 2010 18:22:14 +0200 wenzelm spelling;
Wed, 11 Aug 2010 14:45:38 +0200 haftmann renamed Theory_Target to the more appropriate Named_Target
Sat, 31 Jul 2010 21:14:20 +0200 ballarin Make registrations generic data.
Mon, 24 May 2010 10:48:32 +0200 ballarin Reapply mixin patch: base for performance improvements.
Fri, 14 May 2010 21:23:29 +0200 ballarin Revert mixin patch due to inacceptable performance drop.
Thu, 13 May 2010 13:29:43 +0200 ballarin Remove improper use of mixin in class package.
Sat, 08 May 2010 19:18:28 +0200 wenzelm tuned error message: regular Pretty.string_of instead of raw Pretty.output;
Sat, 08 May 2010 19:14:13 +0200 wenzelm unified/simplified Pretty.margin_default;
Wed, 05 May 2010 09:24:42 +0200 haftmann eq_morphism is always optional: avoid trivial morphism for empty list of equations
Wed, 05 May 2010 08:57:23 +0200 haftmann tuned interpunctation, dropped dead comment
Tue, 04 May 2010 14:44:30 +0200 wenzelm merged
less more (0) -120 tip