src/Pure/Isar/named_target.ML
Sat, 24 Oct 2020 15:16:54 +0000 haftmann tuned interfaces
Mon, 12 Oct 2020 07:25:38 +0000 haftmann dedicated module for toplevel target handling
Wed, 23 Jan 2019 17:54:50 +0000 haftmann combinator to lift local theory update to theory update
Mon, 24 Sep 2018 19:34:14 +0200 wenzelm tuned signature: prefer value-oriented pretty-printing;
Thu, 15 Feb 2018 14:36:46 +0100 wenzelm recovered outer Pretty.block from 30c1639a343a, avoid excessive line breaks due to implicit Pretty.chunks;
Fri, 04 Aug 2017 08:13:00 +0200 haftmann tuned
Fri, 04 Aug 2017 08:12:58 +0200 haftmann more structural sharing between common target Generic_Target.init
Fri, 04 Aug 2017 08:12:54 +0200 haftmann treat exit separate from regular local theory operations
Fri, 04 Aug 2017 08:12:37 +0200 haftmann provide explicit variant initializers for regular named target vs. almost-named target
Fri, 04 Aug 2017 08:12:37 +0200 haftmann prefer explicit datatype over implicit sum;
Sat, 08 Jul 2017 20:05:26 +0200 haftmann clarified
Wed, 06 Jul 2016 11:29:51 +0200 wenzelm tuned signature;
Thu, 23 Jun 2016 11:01:14 +0200 wenzelm tuned signature;
Thu, 09 Jun 2016 12:16:52 +0200 wenzelm tuned;
Sat, 05 Mar 2016 12:49:47 +0100 wenzelm tuned signature;
Sun, 24 Jan 2016 14:58:56 +0100 wenzelm tuned;
Sat, 19 Dec 2015 11:05:04 +0100 haftmann abandoned attempt to unify sublocale and interpretation into global theories
Thu, 03 Dec 2015 08:10:56 +0100 haftmann tuned sections
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)
Sun, 03 May 2015 17:41:54 +0200 wenzelm tuned output;
Tue, 31 Mar 2015 17:34:52 +0200 wenzelm clarified role of naming for background theory: transform_binding (e.g. for "concealed" flag) uses naming of hypothetical context;
Tue, 31 Mar 2015 11:56:21 +0200 wenzelm tuned;
Mon, 13 Oct 2014 21:41:29 +0200 wenzelm tuned signature;
Wed, 02 Jul 2014 08:03:50 +0200 haftmann optional exit hook for theory-like targets
Wed, 02 Jul 2014 08:03:49 +0200 haftmann restore exactly named target, prevent non-named targets to participate in the ad-hoc switch game
Wed, 02 Jul 2014 08:03:48 +0200 haftmann centralized (ad-hoc) switching of targets in named_target.ML
Sun, 08 Jun 2014 23:30:53 +0200 haftmann tuned data structure
Sun, 08 Jun 2014 23:30:52 +0200 haftmann recovered level-free fishing for locale, accidentally lost in dce365931721
Sun, 08 Jun 2014 23:30:51 +0200 haftmann self-contained locale_declaration operation
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
Sat, 07 Jun 2014 08:16:03 +0200 haftmann tuned
Sat, 07 Jun 2014 08:16:03 +0200 haftmann avoid odd Named_Target.reinit altogether
Sat, 07 Jun 2014 08:16:03 +0200 haftmann less baroque interface
Fri, 06 Jun 2014 19:19:46 +0200 haftmann dropped obscure and unused ad-hoc before_exit hook for named targets
Thu, 05 Jun 2014 19:39:38 +0200 haftmann sharpened criterion: bare named target is only at the bottom level
Thu, 05 Jun 2014 19:39:35 +0200 haftmann tuned
Mon, 02 Jun 2014 19:21:41 +0200 haftmann formal treatment of dangling parameters for class abbrevs analogously to class consts
Mon, 02 Jun 2014 19:21:40 +0200 haftmann explicit passing of params
Fri, 30 May 2014 08:23:07 +0200 haftmann tuned signature
Thu, 29 May 2014 22:46:21 +0200 haftmann more direct passing of right-hand side
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 tuned signature
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 17:52:59 +0200 haftmann unused
Thu, 22 May 2014 16:59:49 +0200 haftmann common background_abbrev operation
Thu, 22 May 2014 16:59:49 +0200 haftmann tuned signature
Thu, 22 May 2014 16:59:49 +0200 haftmann tuned: prefer separate function trails for locales and classes rather than ad-hoc case distinction
Thu, 22 May 2014 16:59:49 +0200 haftmann compactified
Thu, 22 May 2014 09:40:05 +0200 haftmann compactified level discriminator
Fri, 25 Apr 2014 21:45:04 +0200 haftmann subscription as target-specific implementation device
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, 19 Aug 2013 20:47:09 +0200 wenzelm tuned;
Sat, 25 May 2013 15:44:08 +0200 haftmann tuned structure
Tue, 21 May 2013 17:45:53 +0200 wenzelm more markup;
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 11:28:21 +0200 wenzelm clarified generic_const vs. close_schematic_term;
less more (0) -100 -60 tip