src/Pure/Isar/method.ML
Fri, 02 Apr 2004 14:08:30 +0200 Experimental command for instantiation of locales in proof contexts:
Tue, 30 Sep 2003 15:13:02 +0200 Improvements to Isar/Locales: premises generated by "includes" elements
Fri, 29 Aug 2003 15:19:02 +0200 Methods rule_tac etc support static (Isar) contexts.
Thu, 17 Oct 2002 10:52:59 +0200 fixing the cut_tac method to work when there are no instantiations and the
Mon, 21 Jan 2002 16:15:16 +0100 full_atomize;
Thu, 06 Dec 2001 00:40:19 +0100 tuned;
Wed, 05 Dec 2001 03:17:34 +0100 simple version of 'intro' and 'elim' method;
Tue, 04 Dec 2001 14:26:22 +0100 rules_tac: SELECT_GOAL!!;
Mon, 03 Dec 2001 21:31:55 +0100 renamed rule_context.ML to context_rules.ML;
Mon, 03 Dec 2001 21:02:08 +0100 added "rules" method;
Thu, 29 Nov 2001 01:50:50 +0100 rule context and attributes moved to rule_context.ML;
Wed, 28 Nov 2001 00:46:26 +0100 theory data: removed obsolete finish method;
Wed, 21 Nov 2001 00:36:51 +0100 use tracing function for trace output;
Mon, 19 Nov 2001 23:37:01 +0100 improved treatment of common result name;
Sun, 11 Nov 2001 21:35:04 +0100 added RAW_METHOD, RAW_METHOD_CASES;
Fri, 09 Nov 2001 00:16:52 +0100 added impose_hyps_tac;
Mon, 05 Nov 2001 20:59:35 +0100 pretty/print functions with context;
Wed, 31 Oct 2001 22:00:25 +0100 'atomize': CHANGED_PROP;
Sat, 27 Oct 2001 23:19:37 +0200 declare equal_intr_rule as intro;
Sat, 27 Oct 2001 00:07:48 +0200 added "atomize" method;
Tue, 23 Oct 2001 19:14:47 +0200 trace_rules: only non-empty;
Tue, 16 Oct 2001 00:35:03 +0200 proper order of kind names;
Mon, 15 Oct 2001 20:41:14 +0200 intro! and elim! rules;
Sun, 14 Oct 2001 20:09:59 +0200 atomize_tac etc. moved to object_logic.ML;
Fri, 12 Oct 2001 12:09:21 +0200 added trace_rules, trace;
Tue, 16 Jan 2001 00:29:12 +0100 added atomize_strip_tac;
Sun, 07 Jan 2001 21:41:56 +0100 CHANGED_PROP;
Wed, 27 Dec 2000 18:27:49 +0100 'erule' etc.: assm arg;
Wed, 29 Nov 2000 18:41:43 +0100 resolveq(_cases)_tac moved to HOL/Tools/induct_method.ML;
Tue, 28 Nov 2000 01:10:37 +0100 resolveq_cases_tac: insert facts;
Fri, 10 Nov 2000 19:13:01 +0100 rewrite_goal_tac moved to tactic.ML;
Tue, 07 Nov 2000 17:53:12 +0100 Moved rewriting functions from Thm to MetaSimplifier.
Mon, 06 Nov 2000 22:52:35 +0100 added rewrite_goal_tac;
Fri, 03 Nov 2000 21:26:11 +0100 assumption / finish: handle non-atomic assumptions from context as well;
Mon, 23 Oct 2000 22:10:36 +0200 intro_classes by default;
Tue, 19 Sep 2000 23:53:00 +0200 tuned args;
Sun, 17 Sep 2000 22:21:31 +0200 Display.pretty_thm_sg;
Wed, 13 Sep 2000 22:31:19 +0200 Args.addN, Args.delN;
Tue, 12 Sep 2000 17:38:49 +0200 delrule: handle dest rules as well;
Thu, 07 Sep 2000 20:56:58 +0200 tuned msgs;
Tue, 05 Sep 2000 18:51:49 +0200 generalized types of args;
Fri, 01 Sep 2000 00:33:36 +0200 added bang_sectioned_args';
Mon, 28 Aug 2000 20:32:38 +0200 removed METHOD0;
Fri, 18 Aug 2000 18:11:10 +0200 fixed RuleCases.make (invert flag);
Thu, 17 Aug 2000 10:40:31 +0200 cases: opaque by default;
Mon, 14 Aug 2000 14:50:11 +0200 tuned msg;
Wed, 09 Aug 2000 21:02:21 +0200 res_inst: include non-inst versions with multiple thms;
Fri, 04 Aug 2000 23:01:39 +0200 added goal_args(');
Tue, 01 Aug 2000 11:55:27 +0200 added atomize_goal / atomize_tac;
Tue, 01 Aug 2000 00:20:12 +0200 (un)fold: CHANGED;
Mon, 24 Jul 2000 23:47:14 +0200 Drule.merge_rules;
Thu, 13 Jul 2000 11:39:41 +0200 RuleCases.make opaq;
Sat, 01 Jul 2000 19:45:23 +0200 removed help_methods;
Thu, 29 Jun 2000 22:31:29 +0200 added add_method;
Wed, 24 May 2000 19:09:50 +0200 added "done" proof;
Fri, 05 May 2000 22:09:41 +0200 GPLed;
Mon, 17 Apr 2000 13:57:55 +0200 Pretty.chunks;
Wed, 05 Apr 2000 21:02:31 +0200 HEADGOAL;
Thu, 30 Mar 2000 14:22:15 +0200 'tactic': refer to PureIsar structure;
Mon, 20 Mar 2000 18:47:27 +0100 use Args.goal_spec;