src/Pure/Isar/method.ML
Tue, 13 Aug 2019 15:34:46 +0200 wenzelm added SUBPROOFS / "subproofs" method combinator, for more compact proofterms;
Tue, 13 Aug 2019 10:27:21 +0200 wenzelm clarified modules;
Thu, 03 Jan 2019 14:12:44 +0100 wenzelm clarified signature: more types;
Wed, 31 Oct 2018 15:53:32 +0100 wenzelm clarified ML_Context.expression: it is a closed expression, not a let-declaration -- thus source positions are more accurate (amending d8849cfad60f, 162a4c2e97bc);
Thu, 25 Oct 2018 21:29:08 +0200 wenzelm clarified ML position: proper markup for def/ref scopes (see also 162a4c2e97bc);
Mon, 27 Aug 2018 20:43:01 +0200 wenzelm clarified signature;
Thu, 25 Jan 2018 11:29:52 +0100 wenzelm clarified signature;
Wed, 24 Jan 2018 20:47:36 +0100 wenzelm clarified operations;
Wed, 06 Dec 2017 18:59:33 +0100 wenzelm prefer control symbol antiquotations;
Tue, 13 Dec 2016 11:51:42 +0100 wenzelm more symbols;
Wed, 20 Jul 2016 11:44:11 +0200 wenzelm moved method "use" to Pure;
Wed, 08 Jun 2016 11:53:43 +0200 wenzelm provide dynamic facts in static context, to allow use of method_facts during static closure;
Wed, 08 Jun 2016 11:33:56 +0200 wenzelm tuned;
Tue, 07 Jun 2016 19:57:41 +0200 wenzelm clarified signature;
Tue, 07 Jun 2016 19:55:45 +0200 wenzelm clean facts more uniformly;
Tue, 07 Jun 2016 15:44:18 +0200 wenzelm expode method_facts via dynamic method context;
Thu, 12 May 2016 22:06:18 +0200 wenzelm common entity definitions within a global or local theory context;
Wed, 13 Apr 2016 18:01:05 +0200 wenzelm eliminated "xname" and variants;
Wed, 06 Apr 2016 16:33:33 +0200 wenzelm clarified modules;
Fri, 01 Apr 2016 17:14:27 +0200 wenzelm removed redundant Position.set_range -- already done in Position.range;
Wed, 23 Dec 2015 14:40:18 +0100 wenzelm check and report source at most once, notably in body of "match" method;
Mon, 14 Dec 2015 10:14:19 +0100 wenzelm tuned message;
Sun, 13 Dec 2015 21:56:15 +0100 wenzelm more general types Proof.method / context_tactic;
Fri, 11 Dec 2015 13:44:20 +0100 wenzelm clarified modules;
Wed, 09 Dec 2015 16:36:26 +0100 wenzelm clarified type Token.src: plain token list, with usual implicit value assignment;
Tue, 08 Dec 2015 11:28:57 +0100 wenzelm tuned;
Sun, 18 Oct 2015 21:30:01 +0200 wenzelm tuned signature;
Fri, 25 Sep 2015 20:37:59 +0200 wenzelm moved remaining display.ML to more_thm.ML;
Sun, 13 Sep 2015 20:20:16 +0200 wenzelm renamed method "goals" to "goal_cases" to emphasize its meaning;
Sun, 13 Sep 2015 14:44:03 +0200 wenzelm method "goals" ignores facts;
Sun, 30 Aug 2015 13:08:00 +0200 wenzelm trim context for persistent storage;
Tue, 30 Jun 2015 15:20:56 +0200 wenzelm renamed "default" to "standard", to make semantically clear what it is;
Mon, 29 Jun 2015 19:27:07 +0200 wenzelm clarified static phase;
Thu, 25 Jun 2015 21:45:00 +0200 wenzelm added method "goals" for proper subgoal cases;
Mon, 22 Jun 2015 19:22:48 +0200 wenzelm added method "sleep";
Mon, 22 Jun 2015 18:55:47 +0200 wenzelm tuned signature;
Fri, 01 May 2015 14:35:13 +0200 wenzelm clarified markup range;
Fri, 01 May 2015 13:58:06 +0200 wenzelm modifier markup for all parsed tokens;
Thu, 09 Apr 2015 13:57:37 +0200 wenzelm option for old section parser (before 2137e60b6f6d) for the sake of Eisbach;
Thu, 09 Apr 2015 11:28:00 +0200 wenzelm tuned signature;
Wed, 08 Apr 2015 11:52:53 +0200 wenzelm tuned signature;
Fri, 03 Apr 2015 19:56:51 +0200 wenzelm more uniform "verbose" option to print name space;
Thu, 02 Apr 2015 20:28:30 +0200 wenzelm proper treatment of internal method name as already checked Token.src;
Thu, 02 Apr 2015 14:11:00 +0200 wenzelm clarified method_closure;
Thu, 02 Apr 2015 11:41:14 +0200 wenzelm tuned signature;
Tue, 10 Mar 2015 13:55:10 +0100 wenzelm clarified Token.check_src: intern at most once;
Mon, 09 Mar 2015 20:33:33 +0100 wenzelm support structural composition (THEN_ALL_NEW) for proof methods;
Tue, 10 Feb 2015 14:48:26 +0100 wenzelm proper context for resolve_tac, eresolve_tac, dresolve_tac, forward_tac etc.;
Sun, 30 Nov 2014 14:02:48 +0100 wenzelm tuned signature;
Sun, 30 Nov 2014 12:24:56 +0100 wenzelm more abstract type Input.source;
Wed, 12 Nov 2014 10:30:59 +0100 wenzelm more careful ML source positions, for improved PIDE markup;
Tue, 11 Nov 2014 20:11:38 +0100 wenzelm more careful ML source positions, for improved PIDE markup;
Tue, 11 Nov 2014 18:16:25 +0100 wenzelm more position information, e.g. relevant for errors in generated ML source;
Mon, 10 Nov 2014 21:49:48 +0100 wenzelm proper context for assume_tac (atac remains as fall-back without context);
Sun, 09 Nov 2014 17:04:14 +0100 wenzelm proper context for match_tac etc.;
Sat, 08 Nov 2014 21:31:51 +0100 wenzelm optional proof context for unify operations, for the sake of proper local options;
Thu, 30 Oct 2014 16:20:46 +0100 wenzelm eliminated aliases;
Thu, 28 Aug 2014 13:25:12 +0200 wenzelm intern xthm only once;
Wed, 27 Aug 2014 14:54:32 +0200 wenzelm more explicit Method.modifier with reported position;
Fri, 22 Aug 2014 15:55:24 +0200 wenzelm attach modifier only later, to avoid interference as e.g. in "simp add: foo [simplified] bar";
less more (0) -300 -100 -60 tip