src/HOL/Tools/try0.ML
Wed, 26 Mar 2025 09:51:26 +0100 desharna tuned naming
Fri, 28 Feb 2025 14:18:50 +0100 desharna tuned code and signature of try0
Fri, 28 Feb 2025 12:46:25 +0100 desharna tuned: restricted visibility of definitions
Fri, 28 Feb 2025 11:36:59 +0100 desharna tuned signature
Fri, 28 Feb 2025 11:13:13 +0100 desharna added type names and type annotations
Fri, 28 Feb 2025 10:42:40 +0100 desharna tuned to use stronger type Time.time
Tue, 19 Nov 2024 18:47:12 +0100 Fabian Huch try0: cleaned up output;
Mon, 18 Nov 2024 13:30:02 +0100 Fabian Huch try0: insert extra facts into state instead of goal, since some methods (e.g. metis) won't work otherwise;
Fri, 08 Nov 2024 18:13:55 +0100 Fabian Huch try0: avoid mapping background theory -- should be handled by Context_Position visibility;
Thu, 31 Oct 2024 11:35:24 +0100 Fabian Huch try0: stop early if more subgoals are created;
Fri, 25 Oct 2024 16:38:15 +0200 Fabian Huch try0: filter out untagged thms;
Thu, 24 Oct 2024 19:13:49 +0200 Fabian Huch try0: support literal facts;
Thu, 24 Oct 2024 16:46:25 +0200 Fabian Huch try0: add 'use' modifier for thms to insert;
Thu, 24 Oct 2024 16:45:09 +0200 Fabian Huch try0: use extra thms via insert;
Thu, 24 Oct 2024 18:25:17 +0200 Fabian Huch clarified: proper type for facts;
Thu, 24 Oct 2024 18:16:36 +0200 Fabian Huch clarified: proper type;
Thu, 24 Oct 2024 14:08:28 +0200 Fabian Huch tuned;
Thu, 24 Oct 2024 14:07:13 +0200 Fabian Huch tuned;
Thu, 24 Oct 2024 11:37:41 +0200 Fabian Huch try0: pass tagged thms for better control;
Tue, 22 Oct 2024 17:31:54 +0200 Fabian Huch clarified: proper return type;
Tue, 22 Oct 2024 14:34:13 +0200 Fabian Huch improve try0: solve multiple subgoals at once, if possible;
Tue, 22 Oct 2024 14:31:25 +0200 Fabian Huch tuned: unused parameter;
Fri, 20 Sep 2024 14:28:13 +0200 wenzelm clarified signature: more explicit operations;
Wed, 28 Feb 2024 17:25:54 +0100 Fabian Huch add option for unify trace (now disabled by default as printing is excessive and rarely used);
Wed, 28 Feb 2024 15:19:15 +0100 Fabian Huch tuned unify trace option names;
Sun, 02 Jul 2023 14:28:20 +0200 desharna add proof method "order" to command "try0"
Tue, 30 Nov 2021 11:31:07 +0100 wenzelm more robust physical timeout (despite 1bea05713dde), especially relevant for quickcheck where large unary numerals may cause excessive heap allocations and resulting GC is better included in the timing;
Wed, 13 Oct 2021 11:04:35 +0200 wenzelm clarified signature;
Fri, 05 Mar 2021 17:02:32 +0100 wenzelm tuned --- more elementary Time operations;
Fri, 04 Jan 2019 23:22:53 +0100 wenzelm isabelle update -u control_cartouches;
Tue, 19 Dec 2017 14:51:27 +0100 blanchet have 'try0' display results faster
Wed, 06 Dec 2017 20:43:09 +0100 wenzelm prefer control symbol antiquotations;
Thu, 29 Sep 2016 20:54:45 +0200 boehmes invoke argo as part of the tried automatic proof methods
Sun, 14 Aug 2016 12:26:09 +0200 blanchet tuning punctuation in messages output by Isabelle
Sat, 16 Jul 2016 19:35:27 +0200 wenzelm tuned signature;
Thu, 14 Apr 2016 17:03:55 +0200 wenzelm more silence;
Wed, 13 Apr 2016 18:01:05 +0200 wenzelm eliminated "xname" and variants;
Sat, 05 Mar 2016 17:01:45 +0100 wenzelm tuned signature -- clarified modules;
Sun, 20 Dec 2015 13:06:26 +0100 wenzelm renamed Pretty.str_of to Pretty.unformatted_string_of to emphasize its meaning;
Sun, 13 Dec 2015 21:56:15 +0100 wenzelm more general types Proof.method / context_tactic;
Mon, 01 Jun 2015 18:59:21 +0200 haftmann dropped dead config option
Fri, 08 May 2015 14:40:34 +0200 wenzelm silence local Unify.trace_bound as well: existing tools either refer to Proof.context or theory;
Wed, 22 Apr 2015 20:14:43 +0200 wenzelm allow diagnostic proof commands with skip_proofs;
Thu, 16 Apr 2015 14:18:32 +0200 wenzelm explicit error for Toplevel.proof_of;
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Wed, 04 Mar 2015 19:53:18 +0100 wenzelm tuned signature -- prefer qualified names;
Tue, 23 Dec 2014 20:46:42 +0100 wenzelm explicit message channels for "state", "information";
Wed, 03 Dec 2014 14:04:38 +0100 wenzelm tuned signature;
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Fri, 07 Nov 2014 16:36:55 +0100 wenzelm plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
Wed, 05 Nov 2014 20:20:57 +0100 wenzelm explicit type Keyword.keywords;
Mon, 03 Nov 2014 14:50:27 +0100 wenzelm eliminated unused int_only flag (see also c12484a27367);
Mon, 03 Nov 2014 14:31:15 +0100 wenzelm eliminated obsolete Proof.goal_message -- print outcome more directly;
Fri, 31 Oct 2014 11:36:41 +0100 wenzelm discontinued obsolete Output.urgent_message;
Fri, 31 Oct 2014 11:18:17 +0100 wenzelm discontinued Proof General;
Thu, 21 Aug 2014 22:48:39 +0200 wenzelm tuned signature -- define some elementary operations earlier;
Tue, 19 Aug 2014 23:17:51 +0200 wenzelm tuned signature -- moved type src to Token, without aliases;
Tue, 19 Aug 2014 15:55:06 +0200 wenzelm more compact datatypes;
Tue, 12 Aug 2014 20:18:27 +0200 wenzelm tuned signature according to Scala version -- prefer explicit argument;
Fri, 16 May 2014 19:13:50 +0200 blanchet silence methods even better
less more (0) -60 tip