NEWS
Sat, 28 Dec 2024 15:43:30 +0100 wenzelm more LaTeX markup;
Wed, 18 Dec 2024 13:49:55 +0100 wenzelm clarified LaTeX presentation: more specific keywords;
Sun, 15 Dec 2024 14:59:57 +0100 wenzelm more syntax bundles, e.g. to explore terms without notation;
Sat, 14 Dec 2024 21:47:20 +0100 wenzelm syntax translations now work in a local theory context;
Wed, 11 Dec 2024 11:18:52 +0100 wenzelm proper bundle binomial_syntax;
Tue, 10 Dec 2024 16:37:09 +0100 wenzelm more LaTeX markup for printed entities;
Fri, 06 Dec 2024 20:46:24 +0100 wenzelm NEWS;
Tue, 03 Dec 2024 22:46:24 +0100 wenzelm prefer Term.variant_bounds: bounds vs. frees, no attempt at consts;
Sat, 30 Nov 2024 16:42:22 +0100 wenzelm clarified 'unbundle' polarity, according to algebraic group laws;
Fri, 22 Nov 2024 20:21:36 +0100 wenzelm merged
Mon, 18 Nov 2024 12:36:56 +0100 wenzelm Output_Dockable: show search results as tree view;
Sun, 17 Nov 2024 21:20:26 +0100 nipkow renamed Discrete -> Discrete_Functions to avoid name clashes;
Fri, 15 Nov 2024 23:25:18 +0100 wenzelm more NEWS;
Fri, 15 Nov 2024 13:08:48 +0100 wenzelm less ambitious selection;
Thu, 14 Nov 2024 11:12:11 +0100 wenzelm clarified mouse selection, avoid conflict of double-click with single-click (follow hyperlink);
Wed, 13 Nov 2024 20:14:17 +0100 wenzelm more NEWS;
Tue, 05 Nov 2024 22:05:50 +0100 wenzelm misc tuning and clarification: Doc.Entry supports both plain files and pdf documents;
Fri, 01 Nov 2024 18:55:47 +0100 wenzelm support incremental isabelle.select-structure --- like select-block, but based on selection instead of caret;
Fri, 01 Nov 2024 17:13:42 +0100 wenzelm more NEWS;
Fri, 01 Nov 2024 16:53:10 +0100 wenzelm support Isabelle/jEdit action isabelle.select_structure;
Sun, 27 Oct 2024 20:11:08 +0100 wenzelm tuned NEWS;
Sun, 27 Oct 2024 12:32:40 +0100 wenzelm tuned;
Sun, 27 Oct 2024 12:13:34 +0100 wenzelm misc tuning and clarification;
Sun, 27 Oct 2024 11:48:32 +0100 wenzelm clarified section structure;
Sun, 27 Oct 2024 11:46:04 +0100 wenzelm tuned;
Fri, 25 Oct 2024 15:31:58 +0200 blanchet variable instantiation in Sledgehammer and Metis
Thu, 24 Oct 2024 22:05:57 +0200 wenzelm prefer rewrite_term_yoyo for improved performance and occasionally better results (conforming to Ast.normalize);
Fri, 18 Oct 2024 20:48:01 +0200 wenzelm print type constraints for consts with mixfix syntax;
Wed, 16 Oct 2024 22:07:04 +0200 wenzelm show_consts_markup is enabled by default;
Tue, 15 Oct 2024 14:19:58 +0200 wenzelm allow type constraints for const_syntax;
Thu, 10 Oct 2024 14:13:18 +0200 wenzelm tuned NEWS;
Wed, 09 Oct 2024 23:59:49 +0200 wenzelm more NEWS;
Wed, 09 Oct 2024 14:12:56 +0200 wenzelm more NEWS;
Tue, 08 Oct 2024 23:31:06 +0200 wenzelm more syntax bundles;
Tue, 08 Oct 2024 22:56:27 +0200 wenzelm more syntax bundles;
Tue, 08 Oct 2024 17:26:31 +0200 wenzelm clarified bundles for list syntax;
Tue, 08 Oct 2024 12:10:35 +0200 wenzelm more inner-syntax markup;
Sun, 06 Oct 2024 18:34:35 +0200 wenzelm support for pretty blocks that are "open" and thus have no impact on formatting, only on markup;
Sat, 05 Oct 2024 15:18:49 +0200 wenzelm ML antiquotation for formally-checked bundle names;
Sat, 05 Oct 2024 14:58:36 +0200 wenzelm first-class support for "unbundle no foobar_syntax" -- avoid redundant "bundle no_foobar_syntax" definitions;
Fri, 04 Oct 2024 23:38:04 +0200 wenzelm misc tuning;
Fri, 04 Oct 2024 13:29:33 +0200 wenzelm clarified syntax for opening bundles;
Thu, 03 Oct 2024 13:01:31 +0200 wenzelm merged
Wed, 02 Oct 2024 22:08:52 +0200 wenzelm provide 'open_bundle' command;
Wed, 02 Oct 2024 11:08:45 +0200 wenzelm more NEWS;
Wed, 02 Oct 2024 13:50:01 +0200 Fabian Huch NEWS and CONTRIBUTORS;
Mon, 30 Sep 2024 20:30:59 +0200 wenzelm clarified inner-syntax markup, notably for enumerations: prefer "notation=mixfix" over "entity" via 'syntax_consts' (see also 70076ba563d2);
Wed, 11 Sep 2024 23:26:25 +0200 wenzelm clarified internal tool output: prefer Pretty.pure_string_of over manipulation of print_mode;
Wed, 11 Sep 2024 22:28:42 +0200 wenzelm tuned signature: more operations;
Wed, 11 Sep 2024 12:11:47 +0200 wenzelm drop pointless print_mode operations Output.output / Output.escape;
Tue, 10 Sep 2024 19:57:45 +0200 wenzelm clarified print mode "latex": no longer impact Output/Markup/Pretty operations;
Mon, 09 Sep 2024 22:04:46 +0200 wenzelm NEWS: value-oriented Pretty.T;
Mon, 09 Sep 2024 21:54:41 +0200 wenzelm proper formal sections;
Sun, 01 Sep 2024 22:59:11 +0200 wenzelm more NEWS;
Mon, 26 Aug 2024 13:15:34 +0200 wenzelm NEWS and documentation;
Thu, 15 Aug 2024 13:58:09 +0200 wenzelm adapt and activate congprocs examples, following the current Simplifier implementation;
Thu, 15 Aug 2024 12:22:39 +0200 wenzelm more direct access to Simplifier.mk_cong, to avoid odd Simpdata.mk_meta_cong seen in the wild;
Wed, 14 Aug 2024 21:23:22 +0200 wenzelm support for congprocs in the Simplifier, closely following Norbert Schirmer et-al, but with only one "simproc" name space and "simproc_setup" command / ML antiquotation;
Wed, 17 Jul 2024 17:48:23 +0200 desharna added lemmas wfp_on_antimono_stronger and wf_on_antimono_stronger
Tue, 09 Jul 2024 16:00:25 +0200 Fabian Huch NEWS and CONTRIBUTORS;
Tue, 09 Jul 2024 11:23:50 +0100 paulson NEWS: totalisation of ln
Mon, 08 Jul 2024 10:14:22 +0200 desharna added lemma image_mset_diff_if_inj
Mon, 08 Jul 2024 10:08:07 +0200 desharna added lemma minus_add_mset_if_not_in_lhs[simp]
Fri, 05 Jul 2024 14:01:14 +0200 wenzelm NEWS;
Sun, 30 Jun 2024 06:30:08 +0000 haftmann moved transitional theory Divides to HOL-Library
Mon, 17 Jun 2024 09:00:46 +0200 desharna removed lemma wellorder.wfP_less
Tue, 11 Jun 2024 08:02:13 +0200 desharna fixed NEWS
Mon, 10 Jun 2024 21:32:24 +0200 desharna renamed lemmas
Mon, 10 Jun 2024 14:09:55 +0200 desharna renamed theorems
Mon, 10 Jun 2024 13:44:46 +0200 desharna renamed theorems
Mon, 10 Jun 2024 08:25:55 +0200 desharna renamed theorems
Sat, 08 Jun 2024 14:57:14 +0200 desharna renamed lemmas
Thu, 23 May 2024 20:22:52 +0200 wenzelm merged
Sun, 12 May 2024 14:41:13 +0200 wenzelm more documentation on "isabelle build -H" and underlying system registry tables "host" and "cluster";
Thu, 18 Apr 2024 13:06:48 +0200 wenzelm back to post-release mode -- after fork point;
Fri, 05 Apr 2024 21:21:02 +0200 wenzelm avoid Scala if-expressions and thus make it work both for -new-syntax or -old-syntax;
Wed, 03 Apr 2024 16:55:34 +0200 desharna documented new syntax for fBall and fBex
Wed, 03 Apr 2024 11:09:58 +0200 wenzelm misc tuning for release;
Sat, 30 Mar 2024 01:12:48 +0100 Fabian Huch update NEWS;
Thu, 28 Mar 2024 08:30:42 +0100 desharna merged
Wed, 27 Mar 2024 11:49:42 +0100 desharna added lemma wfp_on_image and author name to theory
Wed, 27 Mar 2024 17:39:46 +0100 wenzelm merged
Wed, 27 Mar 2024 17:39:28 +0100 wenzelm tuned NEWS;
Wed, 27 Mar 2024 15:16:09 +0000 paulson New material and a bit of refactoring
Wed, 27 Mar 2024 10:54:47 +0100 desharna merged
Tue, 26 Mar 2024 09:33:33 +0100 desharna renamed lemma wfP_iff_ex_minimal to wfp_iff_ex_minimal
Tue, 26 Mar 2024 21:25:35 +0100 wenzelm misc tuning for release;
Tue, 26 Mar 2024 21:16:47 +0100 wenzelm merged;
Tue, 26 Mar 2024 21:09:46 +0100 wenzelm NEWS for "isabelle go_setup";
Tue, 26 Mar 2024 09:31:34 +0100 desharna added lemmas wfp_on_inv_imagep, wfp_on_if_convertible_to_wfp_on, and wf_on_if_convertible_to_wf_on
Tue, 26 Mar 2024 06:32:38 +0100 desharna merged
Mon, 25 Mar 2024 19:27:53 +0100 desharna added lemma wf_on_iff_wf
Mon, 25 Mar 2024 20:48:10 +0100 wenzelm MLton lacks arm64-linux (see also 84f2d481d6d7);
Mon, 25 Mar 2024 14:08:25 +0100 nipkow documented running time function framework by Jonas Stahl
Sat, 23 Mar 2024 18:55:38 +0100 desharna redefined wf as an abbreviation for "wf_on UNIV"
Sat, 23 Mar 2024 07:59:53 +0100 desharna tuned NEWS
Thu, 21 Mar 2024 11:24:03 +0100 desharna redefined wfP as an abbreviation for "wfp_on UNIV"
Fri, 22 Mar 2024 10:38:35 +0100 desharna merged
Wed, 20 Mar 2024 21:13:49 +0100 desharna added lemma wellorder.wfp_on_less[simp]
Thu, 21 Mar 2024 21:03:06 +0100 wenzelm suppress arm64-darwin, which does not support "-codegen native" (required for AFP/PAC_Checker);
Thu, 21 Mar 2024 14:19:05 +0100 wenzelm update to mlton-20210117-2, which covers x86_64-linux, x86_64-darwin, arm64-darwin;
Wed, 20 Mar 2024 20:45:36 +0100 desharna merged
Wed, 20 Mar 2024 12:26:52 +0100 desharna try proof method "order" in Sledgehammer's proof reconstruction
Wed, 20 Mar 2024 11:55:58 +0100 desharna added Mirabelle action "order"
Wed, 20 Mar 2024 11:11:04 +0100 desharna renamed lemma antisymp_on_reflcp to antisymp_on_reflclp
Wed, 20 Mar 2024 09:26:25 +0100 desharna added lemma order_reflclp_if_transp_and_asymp
Wed, 20 Mar 2024 09:24:12 +0100 desharna added lemmas antisym_on_reflcl_if_asym_on and antisymp_on_reflclp_if_asymp_on
Wed, 20 Mar 2024 16:05:15 +0100 Manuel Eberl more general definition of meromorphicity; Weierstraß factorisation theorem
Sun, 17 Mar 2024 19:45:07 +0100 desharna added alias wfp for wfP
Sun, 17 Mar 2024 12:34:11 +0100 desharna added lemmas wf_on_antimono, wf_on_antimono_strong, wfp_on_antimono, wfp_on_antimono_strong, wf_on_subset, and wfp_on_subset
Sun, 17 Mar 2024 09:03:18 +0100 desharna added lemmas wfP_iff_ex_minimal, wf_iff_ex_minimal, wf_onE_pf, wf_onI_pf, wf_on_iff_ex_minimal, and wfp_on_iff_ex_minimal
Sat, 16 Mar 2024 09:05:17 +0100 desharna added definitions wf_on and wfp_on as restricted versions of wf and wfP respectively
Fri, 15 Mar 2024 18:54:15 +0100 desharna added lemmas antisymp_on_image, asymp_on_image, irreflp_on_image, reflp_on_image, symp_on_image, totalp_on_image, and transp_on_image
Thu, 14 Mar 2024 11:03:23 +0100 wenzelm update NEWS + CONTRIBUTORS for release;
Fri, 08 Mar 2024 11:09:44 +0100 wenzelm update NEWS;
Thu, 29 Feb 2024 11:18:26 +0100 desharna added lemmas reflclp_(less|greater)_eq[simp], rtranclp_(less|greater)_eq[simp], and tranclp_(less|greater|less_eq|greater_eq)[simp]
Wed, 06 Mar 2024 21:52:58 +0100 wenzelm revised NEWS: OCaml / OPAM appears to be fine on arm64-linux, e.g. Ubuntu 22.04;
Wed, 06 Mar 2024 17:04:54 +0100 wenzelm update to current long-term-support version dotnet-8.0.x;
Tue, 05 Mar 2024 20:25:02 +0100 wenzelm misc tuning for release;
Tue, 05 Mar 2024 18:42:09 +0100 wenzelm merged
less more (0) -3000 -1000 -120 tip