Wed, 17 May 2023 09:00:04 +0200 desharna merged
Tue, 16 May 2023 23:41:20 +0200 desharna fixed lemma name
Tue, 16 May 2023 22:23:05 +0200 desharna redefined FSet.fmember as an abbreviation based on Set.member
Tue, 16 May 2023 14:16:20 +0200 desharna replaced some lemmas' implicit formulas by explicit ones to avoid silent changes
Thu, 25 May 2023 13:58:46 +0200 wenzelm merged
Tue, 23 May 2023 21:53:18 +0200 wenzelm proper setup for rule attribute;
Tue, 23 May 2023 21:43:36 +0200 wenzelm more uniform simproc_setup: avoid vacuous abstraction over morphism, which sometimes captures context values in its functional closure;
Tue, 23 May 2023 20:11:15 +0200 wenzelm clarified output of embedded values, e.g. for 'print_locale';
Tue, 23 May 2023 19:12:21 +0200 wenzelm tuned: more antiquotations;
Tue, 23 May 2023 18:59:19 +0200 wenzelm tuned;
Tue, 23 May 2023 18:46:15 +0200 wenzelm tuned signature: more position information;
Tue, 23 May 2023 10:56:41 +0200 wenzelm tuned;
Tue, 23 May 2023 12:31:23 +0100 paulson Finally, the abstract metric space development
Mon, 22 May 2023 12:01:05 +0200 wenzelm merged
Sat, 20 May 2023 22:49:20 +0200 wenzelm misc tuning and clarification;
Sat, 20 May 2023 22:41:37 +0200 wenzelm tuned signature;
Sat, 20 May 2023 21:48:41 +0200 wenzelm tuned;
Sat, 20 May 2023 21:23:44 +0200 wenzelm tuned --- Token.make_string / Token.assign are value-oriented;
Sat, 20 May 2023 20:56:13 +0200 wenzelm more documentation;
Sat, 20 May 2023 17:42:01 +0200 wenzelm tuned signature;
Sat, 20 May 2023 17:18:44 +0200 wenzelm tuned signature;
Sat, 20 May 2023 16:12:37 +0200 wenzelm more robust context: fail immediately via Morphism.the_theory, instead of rarely via Thm.theory_of_thm (for non-normal thm);
Sat, 20 May 2023 14:48:06 +0200 wenzelm prefer static simpset;
Sat, 20 May 2023 14:12:01 +0200 wenzelm omit pointless morphism in global theory;
Sat, 20 May 2023 12:04:41 +0200 wenzelm more operations;
Fri, 19 May 2023 22:09:06 +0200 wenzelm more careful treatment of context for method source;
Fri, 19 May 2023 21:48:11 +0200 wenzelm clarified context;
Fri, 19 May 2023 21:22:39 +0200 wenzelm clarified signature;
Fri, 19 May 2023 11:42:12 +0200 wenzelm remove pointless context setup (see also b2e449c155a4);
Fri, 19 May 2023 11:41:30 +0200 wenzelm more careful reset_context for stored entity;
Thu, 18 May 2023 23:50:59 +0200 wenzelm more careful reset/set_context for stored declarations;
Thu, 18 May 2023 23:21:05 +0200 wenzelm tuned;
Thu, 18 May 2023 23:20:41 +0200 wenzelm tuned;
Thu, 18 May 2023 17:21:29 +0200 wenzelm clarified signature: more explicit types;
Thu, 18 May 2023 15:34:01 +0200 wenzelm clarified data: avoid pointless Morphism.transform;
Thu, 18 May 2023 14:06:35 +0200 wenzelm proper Token.Declaration for internal_declaration;
Tue, 16 May 2023 20:26:09 +0200 wenzelm more standard treatment of morphism context;
Tue, 16 May 2023 19:52:50 +0200 wenzelm tuned: avoid duplication;
Tue, 16 May 2023 19:43:42 +0200 wenzelm more standard treatment of morphism context, but hardly relevant here;
Tue, 16 May 2023 19:42:19 +0200 wenzelm tuned;
Tue, 16 May 2023 19:20:18 +0200 wenzelm more careful treatment of set_context / reset_context for persistent morphisms;
Tue, 16 May 2023 17:08:31 +0200 wenzelm clarified transfer / trim_context on persistent Token.source (e.g. attribute expressions): actually set/reset implicit context;
Tue, 16 May 2023 15:15:56 +0200 wenzelm tuned signature;
Tue, 16 May 2023 14:30:32 +0200 wenzelm support for context within morphism (for background theory);
Mon, 15 May 2023 22:46:04 +0200 wenzelm proper transfer to supported "bundle ... begin unbundle ... end", e.g. see theory "AFP/Probabilistic_Timed_Automata.Graphs";
Mon, 15 May 2023 20:55:17 +0200 wenzelm clarified signature;
Mon, 15 May 2023 20:37:53 +0200 wenzelm tuned;
Mon, 15 May 2023 20:23:42 +0200 wenzelm tuned;
Mon, 15 May 2023 20:19:02 +0200 wenzelm tuned signature;
Mon, 15 May 2023 19:40:01 +0200 wenzelm more accurate Thm.trim_context / Thm.transfer;
Mon, 15 May 2023 16:18:23 +0200 wenzelm clarified stored thm: result from notes;
Mon, 15 May 2023 15:14:19 +0200 wenzelm tuned whitespace;
Mon, 15 May 2023 15:04:37 +0200 wenzelm clarified signature: avoid convoluted operations;
Mon, 15 May 2023 14:34:38 +0200 wenzelm tuned signature;
Mon, 15 May 2023 14:21:00 +0200 wenzelm update to polyml-a5d5fba90286, with more robust ML_Heap.sizeof;
Mon, 15 May 2023 14:13:58 +0200 wenzelm avoid capture of inner/outer context and thus reduce heaps sizes by 20..40% (see also dd04a8b654fc, e49bf4ebf330, 9c19e15c8548, 71467e35fc3c);
Mon, 15 May 2023 14:10:44 +0200 wenzelm proper transfer / trim_context;
Mon, 15 May 2023 14:09:45 +0200 wenzelm more operations "without_context", assuming that the thm has been properly transferred already;
Mon, 15 May 2023 12:14:47 +0200 wenzelm proper trim_context / transfer;
Mon, 15 May 2023 10:59:49 +0200 wenzelm tuned: more accurate check (is_norm_hhf protect);
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip