src/Pure/Isar/expression.ML
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;
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, 16 Apr 2011 13:48:45 +0200 wenzelm Name_Space: proper configuration options long_names, short_names, unique_names instead of former unsynchronized references;
Sat, 16 Apr 2011 12:46:18 +0200 wenzelm tuned signature, disentangled dependencies;
Fri, 08 Apr 2011 16:34:14 +0200 wenzelm discontinued special treatment of structure Lexicon;
Sun, 16 Jan 2011 14:57:14 +0100 wenzelm added before_exit continuation for named targets (locale, class etc.), e.g. for final check/cleanup as in VC management;
Thu, 06 Jan 2011 21:06:18 +0100 ballarin Diagnostic command to show locale dependencies.
Sat, 18 Dec 2010 18:43:13 +0100 ballarin Add mixins to sublocale command.
Fri, 17 Dec 2010 17:08:56 +0100 wenzelm renamed structure MetaSimplifier to raw_Simplifer, 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;
Sun, 12 Sep 2010 19:04:02 +0200 wenzelm eliminated aliases of Type.constraint;
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;
less more (0) -100 -60 tip