src/Pure/Isar/expression.ML
Thu, 01 May 2014 09:30:34 +0200 haftmann prevent subscription in nested contexts explicitly -- at foundational and user level
Fri, 25 Apr 2014 21:45:04 +0200 haftmann subscription as target-specific implementation device
Wed, 12 Mar 2014 10:42:28 +0100 wenzelm more explicit Sign.change_check -- detect structural mistakes where they emerge, not at later theory merges;
Sat, 08 Mar 2014 21:08:10 +0100 wenzelm modernized Attrib.check_name/check_src similar to methods (see also a989bdaf8121);
Thu, 20 Feb 2014 23:16:33 +0100 wenzelm tuned whitespace;
Tue, 31 Dec 2013 14:29:16 +0100 wenzelm proper context for norm_hhf and derived operations;
Mon, 30 Dec 2013 12:43:06 +0100 wenzelm tuned whitespace;
Sun, 29 Dec 2013 23:21:14 +0100 haftmann simplified
Sun, 29 Dec 2013 23:21:13 +0100 haftmann more compact representation of different situations for interpretation
Sun, 29 Dec 2013 23:21:12 +0100 haftmann more succint formulation of special case
Sun, 29 Dec 2013 23:21:11 +0100 haftmann tuned whitespace
Wed, 25 Dec 2013 22:35:28 +0100 haftmann ephemeral interpretation also formally works on theory level
Sat, 14 Dec 2013 17:28:05 +0100 wenzelm proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
Fri, 13 Dec 2013 20:20:15 +0100 wenzelm maintain morphism names for diagnostic purposes;
Sat, 23 Nov 2013 17:07:36 +0100 wenzelm more accurate goal context;
Fri, 16 Aug 2013 20:58:15 +0200 wenzelm more markup -- avoid old Locale.extern;
Sat, 27 Jul 2013 16:35:51 +0200 wenzelm standardized aliases;
Thu, 30 May 2013 12:35:40 +0200 wenzelm standardized aliases;
Sun, 26 May 2013 19:45:54 +0200 haftmann more specific structure for registration into theory and dependency onto locale
Sat, 25 May 2013 18:30:38 +0200 wenzelm merged
Sat, 25 May 2013 15:37:53 +0200 wenzelm syntax translations always depend on context;
Sat, 25 May 2013 15:44:08 +0200 haftmann tuned structure
Wed, 22 May 2013 22:56:17 +0200 haftmann interpretation must always operate on the last element in a local theory stack, not on all elements: interpretated facts must disappear after pop from local theory stack, and transfer from last target is not enough
Wed, 22 May 2013 22:56:17 +0200 haftmann mark local theory as brittle also after interpretation inside locales;
Wed, 24 Apr 2013 11:32:54 +0200 haftmann avoid odd reinit after sublocale declaration
Tue, 23 Apr 2013 19:40:33 +0200 haftmann dropped dead code
Tue, 23 Apr 2013 11:14:50 +0200 haftmann target-sensitive user-level commands interpretation and sublocale
Tue, 23 Apr 2013 11:14:50 +0200 haftmann ML interfaces for various kinds of interpretation
Tue, 23 Apr 2013 11:14:50 +0200 haftmann tuned
Sun, 21 Apr 2013 20:08:13 +0200 haftmann more sharing
Sun, 21 Apr 2013 16:29:40 +0200 haftmann interpretation: distinguish theories and proofs by explicit parameter rather than generic context;
Sun, 21 Apr 2013 10:41:18 +0200 haftmann dropped unusued identifier
Sun, 21 Apr 2013 10:41:18 +0200 haftmann avoid odd bifurcation with Attrib.local_notes vs. Locale.add_thmss -- n.b. note_eqns_dependency operates in a specific locale target
Sun, 21 Apr 2013 10:41:18 +0200 haftmann tuned for uniformity
Wed, 27 Mar 2013 22:36:03 +0100 ballarin Improvements to the print_dependencies command.
Thu, 11 Oct 2012 19:25:36 +0200 wenzelm refined aprop_tr' -- retain entity information by using type slot as adhoc marker;
Thu, 11 Oct 2012 16:09:44 +0200 wenzelm refrain from quantifying outer fixes, to enable nesting of contexts like "context fixes x context assumes A x";
Thu, 11 Oct 2012 15:26:33 +0200 wenzelm tuned;
Thu, 11 Oct 2012 15:06:27 +0200 wenzelm tuned;
Tue, 09 Oct 2012 20:23:58 +0200 wenzelm tuned;
Tue, 03 Apr 2012 20:24:00 +0200 wenzelm avoid duplicate PIDE markup;
Tue, 03 Apr 2012 18:22:14 +0200 wenzelm close context elements via Expression.cert/read_declaration;
Tue, 03 Apr 2012 11:21:17 +0200 wenzelm tuned;
Sun, 01 Apr 2012 19:07:32 +0200 wenzelm added Attrib.global_notes/local_notes/generic_notes convenience;
Wed, 21 Mar 2012 21:24:13 +0100 wenzelm tuned signature;
Wed, 14 Mar 2012 17:52:38 +0100 wenzelm source positions for locale and class expressions;
Tue, 13 Mar 2012 14:17:42 +0100 wenzelm refined 'interpret': reset facts ("this") and print_result, which merely consist of internal / protected statement;
Sat, 10 Mar 2012 20:02:15 +0100 wenzelm tuned;
Sat, 10 Mar 2012 17:07:10 +0100 wenzelm tuned;
Sat, 19 Nov 2011 16:16:33 +0100 wenzelm simplified Locale.add_thmss, after partial evaluation of attributes;
Sat, 19 Nov 2011 15:34:37 +0100 wenzelm misc tuning;
Sat, 19 Nov 2011 15:04:36 +0100 wenzelm tuned;
Fri, 28 Oct 2011 17:15:52 +0200 wenzelm tuned signature -- refined terminology;
Fri, 28 Oct 2011 15:38:41 +0200 wenzelm slightly more explicit/syntactic modelling of morphisms;
Sat, 25 Jun 2011 12:19:54 +0200 ballarin While reading equations of an interpretation, already allow syntax provided by the interpretation base.
Wed, 27 Apr 2011 20:58:40 +0200 wenzelm tuned signature -- eliminated odd comment;
Wed, 27 Apr 2011 10:31:18 +0200 wenzelm more uniform Variable.add_frees/add_fixed etc.;
Thu, 21 Apr 2011 12:56:27 +0200 wenzelm discontinuend obsolete Thm.definitionK, which was hardly ever well-defined;
Sun, 17 Apr 2011 21:42:47 +0200 wenzelm added Binding.print convenience, which includes quote already;
Sun, 17 Apr 2011 19:54:04 +0200 wenzelm report Name_Space.declare/define, relatively to context;
less more (0) -100 -60 tip