Tue, 06 Jun 2023 23:42:47 +0200 wenzelm more realistic factor;
Tue, 06 Jun 2023 21:02:37 +0200 wenzelm proper trim_context;
Tue, 06 Jun 2023 15:29:43 +0200 wenzelm proper exception positions;
Tue, 06 Jun 2023 15:12:40 +0200 wenzelm proper trim_context / transfer, e.g. for Specification.definition;
Tue, 06 Jun 2023 14:19:53 +0200 wenzelm tuned;
Tue, 06 Jun 2023 11:33:38 +0200 wenzelm tuned;
Tue, 06 Jun 2023 11:26:59 +0200 wenzelm tuned signature: more operations;
Tue, 06 Jun 2023 11:07:49 +0200 wenzelm minor performance tuning: avoid append to end-of-list;
Sat, 03 Jun 2023 22:54:24 +1000 nipkow TN has enough examples of the bug.
Fri, 02 Jun 2023 12:14:17 +0200 desharna added lemma ffUnion_fsubset_iff
Thu, 01 Jun 2023 12:08:33 +0100 paulson Even more material from the HOL Light metric space library
Wed, 31 May 2023 11:28:31 +0100 paulson NEWS: Announcing the metric space material
Wed, 31 May 2023 11:05:44 +0100 paulson merged
Tue, 30 May 2023 14:24:09 +0100 paulson Hiding the constructor names, particularly to avoid conflicts involving "ext"
Tue, 30 May 2023 12:33:06 +0100 paulson New HOL Light material on metric spaces and topological spaces
Wed, 31 May 2023 11:14:15 +0200 wenzelm enable scala-3.3.0, with forced rebuild of Isabelle/Scala and Isabelle/ML;
Wed, 31 May 2023 11:13:22 +0200 wenzelm provide scala-3.3.0;
Wed, 31 May 2023 10:36:51 +0200 wenzelm more NEWS;
Wed, 31 May 2023 10:21:35 +0200 wenzelm tuned NEWS;
Tue, 30 May 2023 12:07:48 +0200 wenzelm NEWS;
Sun, 28 May 2023 12:14:40 +0200 desharna removed intro, desc, elim, and simp annotations from FSet lemmas that are instances of lemmas in Set
Sat, 27 May 2023 23:34:42 +0200 desharna merged
Sat, 27 May 2023 23:34:07 +0200 desharna NEWS
Sat, 27 May 2023 23:32:40 +0200 desharna set up code generation for fset
Fri, 26 May 2023 15:44:59 +0200 desharna redefined FSet.fBall and FSet.fBex as abbreviations based on Set.Ball and Set.Bex
Sat, 27 May 2023 13:30:42 +0200 wenzelm merged
Sat, 27 May 2023 13:29:13 +0200 wenzelm tuned signature;
Fri, 26 May 2023 13:19:49 +0200 wenzelm clarified treatment of context;
Fri, 26 May 2023 11:47:45 +0200 wenzelm clarified treatment of context;
Fri, 26 May 2023 11:46:51 +0200 wenzelm more operations;
Fri, 26 May 2023 10:34:39 +0200 desharna NEWS
Fri, 26 May 2023 10:34:32 +0200 desharna renamed notin_fset to not_fmember
Fri, 26 May 2023 09:59:06 +0200 desharna added author
Fri, 26 May 2023 09:56:20 +0200 desharna merged
Fri, 26 May 2023 09:49:45 +0200 desharna adapted Transfer_Debug from fmember to fempty
Fri, 26 May 2023 09:48:55 +0200 desharna renamed variables
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);
Mon, 15 May 2023 10:50:48 +0200 wenzelm clarified build options: reduce heap size by approx. 3%;
Sun, 14 May 2023 20:54:08 +0200 wenzelm more standard merge order, following logical structure of imports rather than physical serials;
Sun, 14 May 2023 13:15:52 +0200 wenzelm tuned;
Sun, 14 May 2023 13:15:21 +0200 wenzelm tuned;
Sun, 14 May 2023 13:00:49 +0200 wenzelm proper Thm.trim_context / Thm.transfer;
Sun, 14 May 2023 12:34:49 +0200 wenzelm proper Thm.trim_context / Thm.transfer;
Sat, 13 May 2023 21:30:34 +0200 wenzelm tuned: avoid pointless Proof_Context.init_global of Context.proof_of;
Thu, 18 May 2023 11:44:42 +0100 paulson New material from the HOL Light metric space library, mostly about quasi components
Mon, 15 May 2023 17:12:18 +0100 paulson More material from the HOL Light metric space library
Thu, 11 May 2023 22:12:43 +0200 wenzelm proper Thm.trim_context / Thm.transfer;
Thu, 11 May 2023 21:32:22 +0200 wenzelm proper position for ML-like commands;
Thu, 11 May 2023 14:17:24 +0200 wenzelm more robust: after shutdown;
Thu, 11 May 2023 12:21:50 +0200 wenzelm proper exception CONTEXT for Context.certificate_theory;
Thu, 11 May 2023 12:20:47 +0200 wenzelm more diagnostic operations;
Thu, 11 May 2023 10:46:52 +0200 wenzelm tuned spelling;
Wed, 10 May 2023 23:28:15 +0200 wenzelm more standard treatment of data and context;
Wed, 10 May 2023 23:04:12 +0200 wenzelm more standard val silent = Attrib.setup_config_bool;
Wed, 10 May 2023 22:54:54 +0200 wenzelm tuned;
Wed, 10 May 2023 22:41:50 +0200 wenzelm proper Thm.trim_context / Thm.transfer;
Wed, 10 May 2023 22:01:27 +0200 wenzelm proper Thm.trim_context / Thm.transfer;
Wed, 10 May 2023 21:47:08 +0200 wenzelm tuned;
Wed, 10 May 2023 21:41:58 +0200 wenzelm tuned Isabelle/ML;
Wed, 10 May 2023 21:17:21 +0200 wenzelm more informative position information;
Wed, 10 May 2023 20:38:24 +0200 wenzelm tuned;
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 tip