src/Pure/goals.ML
Wed, 25 May 2005 10:18:09 +0200 kleing removed obsolete findI, findE, findEs
Sun, 22 May 2005 16:51:09 +0200 wenzelm findI/Es/E: adapted to FindTheorems.find_XXX, results use thmref instead of string;
Thu, 21 Apr 2005 22:02:06 +0200 wenzelm superceded by Pure.thy and CPure.thy;
Fri, 04 Mar 2005 15:07:34 +0100 skalberg Removed practically all references to Library.foldr.
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Mon, 24 Jan 2005 17:59:48 +0100 berghofe Adapted to modified interface of PureThy.get_thm(s).
Wed, 09 Jun 2004 18:53:13 +0200 wenzelm Syntax.default_mode;
Sat, 29 May 2004 15:01:36 +0200 wenzelm Output.timing;
Thu, 22 Apr 2004 10:52:32 +0200 wenzelm tuned;
Mon, 03 Feb 2003 11:04:16 +0100 berghofe Moved get_goal, prems_of_goal and concl_of_goal from goals.ML to logic.ML
Wed, 13 Nov 2002 15:34:35 +0100 berghofe Added simple_prove_goal_cterm.
Mon, 21 Oct 2002 17:07:58 +0200 berghofe Changed type of Logic.strip_horn.
Mon, 14 Oct 2002 10:44:32 +0200 nipkow Ported find_intro/elim to Isar.
Tue, 02 Jul 2002 15:37:49 +0200 wenzelm emulate old thms_containing;
Wed, 28 Nov 2001 00:46:26 +0100 wenzelm theory data: removed obsolete finish method;
Fri, 09 Nov 2001 00:19:20 +0100 wenzelm theory data: finish method;
Thu, 01 Nov 2001 21:09:53 +0100 wenzelm parking code for old-style locales here;
Sat, 27 Oct 2001 00:09:59 +0200 wenzelm impose hyps on initial goal configuration (prevents res_inst_tac problems);
Mon, 22 Oct 2001 18:01:15 +0200 wenzelm make this module appeat late in Pure;
Wed, 12 Sep 2001 18:10:52 +0200 wenzelm result_error_default: include msg;
Sat, 08 Sep 2001 20:05:14 +0200 wenzelm result_error_default: output *single* error message;
Fri, 29 Dec 2000 19:43:52 +0100 wenzelm proper error msg;
Fri, 17 Nov 2000 18:50:52 +0100 wenzelm check result: Envir.beta_norm;
Thu, 10 Aug 2000 11:33:40 +0200 paulson the "nocheck" versions of goal functions now standardize their result
Fri, 04 Aug 2000 22:58:38 +0200 wenzelm Term.no_dummy_patterns;
Tue, 30 May 2000 16:03:09 +0200 wenzelm global timing flag;
Thu, 18 May 2000 18:46:13 +0200 wenzelm added disable_pr, enable_pr;
Wed, 05 Jan 2000 11:35:18 +0100 wenzelm TypeInfer.logicT;
Wed, 27 Oct 1999 11:12:10 +0200 oheimb reset_goals no longer empties the proof stack
Wed, 29 Sep 1999 13:51:23 +0200 wenzelm use Drule.strip_shyps_warning;
Wed, 18 Aug 1999 20:40:28 +0200 wenzelm proper writeln of begin_state;
Tue, 17 Aug 1999 17:51:35 +0200 wenzelm reset_goals;
Thu, 22 Jul 1999 20:53:54 +0200 wenzelm avoid '(0 subgoals)';
Sat, 10 Jul 1999 21:35:08 +0200 wenzelm prove_goalw_cterm_general: pass exeption;
Wed, 07 Jul 1999 00:15:06 +0200 wenzelm tuned output;
Wed, 17 Mar 1999 16:33:00 +0100 wenzelm qualify Theory.sign_of etc.;
Wed, 03 Feb 1999 16:45:45 +0100 wenzelm added Goal(w) and Export (from context.ML);
Fri, 15 Jan 1999 16:13:31 +0100 oheimb removed empty line (in case of empty begin_state marker) before Level line
Fri, 04 Dec 1998 10:45:20 +0100 paulson better export for nested locales
Wed, 25 Nov 1998 13:57:17 +0100 wenzelm removed redirect_to_latex stuff;
Thu, 29 Oct 1998 14:32:43 +0100 wenzelm tuned current_goals_markers semantics to avoid empty lines;
Fri, 23 Oct 1998 18:48:25 +0200 paulson better reporting of "Additional hypotheses" in a locale
Thu, 22 Oct 1998 20:07:42 +0200 wenzelm support current_goals_markers ref variable for print_current_goals;
Mon, 05 Oct 1998 10:31:43 +0200 paulson Now prove_goalw_cterm never prints timing statistics
Thu, 13 Aug 1998 17:43:00 +0200 paulson Rule mk_triv_goal for making instances of triv_goal
Tue, 04 Aug 1998 18:22:04 +0200 wenzelm added export: thm -> thm;
Mon, 29 Jun 1998 21:33:35 +0200 wenzelm moved actual (C)Pure theories to pure.ML;
Wed, 17 Jun 1998 10:48:38 +0200 nipkow Goals may now contain assumptions, which are not returned.
Fri, 05 Jun 1998 14:23:27 +0200 wenzelm tuned print_exn;
Sat, 22 Nov 1997 13:27:02 +0100 wenzelm fixed warning;
Fri, 21 Nov 1997 15:27:43 +0100 wenzelm changed Sequence interface (now Seq, in seq.ML);
Wed, 12 Nov 1997 16:21:26 +0100 wenzelm moved 'latex' from library.ML to goals.ML;
Fri, 24 Oct 1997 17:14:02 +0200 wenzelm Pure.thy;
Thu, 23 Oct 1997 12:10:55 +0200 wenzelm Sign.stamp_names_of;
Mon, 13 Oct 1997 17:47:59 +0200 wenzelm uses Sign.str_of_sort;
Thu, 25 Sep 1997 12:10:07 +0200 paulson Prints warnings using the "warning" function instead of "writeln"
Thu, 11 Sep 1997 16:16:03 +0200 wenzelm removed print_goals_ref (which was broken anyway);
Fri, 18 Jul 1997 14:06:54 +0200 wenzelm tuned error propagation msg;
Fri, 18 Jul 1997 13:52:35 +0200 wenzelm tuned warnings;
less more (0) -60 tip