src/Pure/drule.ML
Thu, 21 Oct 1999 18:41:51 +0200 wenzelm forall_elim_var(s) moved to pure_thy.ML;
Wed, 29 Sep 1999 13:50:48 +0200 wenzelm strip_shyps_warning;
Sat, 04 Sep 1999 20:59:33 +0200 wenzelm handle Bind!!
Wed, 01 Sep 1999 21:04:01 +0200 wenzelm PureThy.smart_store_thms;
Fri, 27 Aug 1999 18:59:27 +0200 wenzelm thm "_" = asm_rl;
Wed, 18 Aug 1999 10:54:44 +0200 paulson new primitive rule permute_prems to underlie defer_tac and rotate_prems
Tue, 13 Jul 1999 13:53:34 +0200 wenzelm added mk_cgoal, assume_goal;
Fri, 09 Jul 1999 16:54:54 +0200 wenzelm added compose_single;
Thu, 08 Jul 1999 18:31:04 +0200 wenzelm improved error msgs of cterm_instantiate;
Fri, 16 Apr 1999 14:42:44 +0200 wenzelm added incr_indexes, incr_indexes_wrt;
Wed, 17 Mar 1999 16:33:00 +0100 wenzelm qualify Theory.sign_of etc.;
Tue, 12 Jan 1999 12:30:42 +0100 wenzelm added rule_attribute: ('a -> thm -> thm) -> 'a attribute;
Tue, 17 Nov 1998 14:05:47 +0100 wenzelm export vars_of and friends;
Tue, 20 Oct 1998 16:29:08 +0200 wenzelm added unvarify(T);
Thu, 13 Aug 1998 17:43:00 +0200 paulson Rule mk_triv_goal for making instances of triv_goal
Thu, 25 Jun 1998 15:20:59 +0200 wenzelm added rewrite_cterm;
Sat, 04 Apr 1998 11:42:48 +0200 wenzelm added triv_goal, rev_triv_goal (for Isar);
Tue, 10 Mar 1998 13:24:11 +0100 nipkow New simplifier flag for mutual simplification.
Mon, 09 Mar 1998 16:08:06 +0100 wenzelm Syntax.indexname;
Wed, 04 Mar 1998 13:16:05 +0100 nipkow Reorganized simplifier. May now reorient rules.
Sat, 07 Feb 1998 14:39:35 +0100 paulson Tidying; rotate_prems; moved freeze_thaw from tactic.ML
Fri, 30 Jan 1998 11:32:19 +0100 wenzelm removed dead messy code;
Fri, 19 Dec 1997 10:13:47 +0100 wenzelm adapted to new sort function;
Thu, 27 Nov 1997 19:36:08 +0100 wenzelm removed same_thm;
Wed, 26 Nov 1997 16:35:39 +0100 wenzelm cleaned signature;
Mon, 24 Nov 1997 16:43:43 +0100 nipkow Added read_def_cterms for simultaneous reading/typing of terms under
Fri, 21 Nov 1997 15:27:43 +0100 wenzelm changed Sequence interface (now Seq, in seq.ML);
Sat, 01 Nov 1997 12:57:01 +0100 wenzelm propagate exn msg;
Tue, 28 Oct 1997 17:28:11 +0100 wenzelm eq_thm moved to thm.ML;
Fri, 24 Oct 1997 17:13:21 +0200 wenzelm ProtoPure.thy;
Wed, 01 Oct 1997 17:42:32 +0200 wenzelm moved theory stuff (add_defs etc.) to theory.ML;
Tue, 02 Sep 1997 16:10:26 +0200 nipkow Added Larry's equal_intr_rule
Fri, 25 Jul 1997 11:47:09 +0200 wenzelm improved rewrite_thm / rewrite_goals to handle conditional eqns;
Wed, 23 Jul 1997 10:22:48 +0200 wenzelm added rewrite_thm;
Fri, 18 Jul 1997 13:37:16 +0200 wenzelm defs: allow conditions;
Fri, 21 Feb 1997 15:31:47 +0100 paulson Replaced "flat" by the Basis Library function List.concat
Thu, 28 Nov 1996 10:44:24 +0100 paulson Replaced map...~~ by ListPair.map
Wed, 13 Nov 1996 10:38:08 +0100 paulson Removal of polymorphic equality via mem, subset, eq_set, etc
Fri, 01 Nov 1996 15:45:50 +0100 paulson Now uses Int.max instead of max
Mon, 23 Sep 1996 17:45:43 +0200 paulson New operations on cterms. Now same names as in Logic
Mon, 12 Aug 1996 16:28:15 +0200 paulson Improved (?) wording of error message
Wed, 22 May 1996 16:54:16 +0200 nipkow Added swap_prems_rl
Tue, 30 Apr 1996 12:03:01 +0200 clasohm moved dest_cimplies to drule.ML; added adjust_maxidx
Thu, 21 Mar 1996 11:05:34 +0100 paulson Printing & string functions moved to display.ML
Fri, 16 Feb 1996 12:08:49 +0100 paulson Elimination of fully-functorial style.
Mon, 29 Jan 1996 14:16:13 +0100 clasohm inserted tabs again
Mon, 29 Jan 1996 13:56:41 +0100 clasohm removed tabs
Mon, 15 Jan 1996 15:47:10 +0100 wenzelm improved printing of errors in 'defs';
Thu, 11 Jan 1996 10:29:31 +0100 nipkow Removed bug in type unification. Negative indexes are not used any longer.
Fri, 22 Dec 1995 10:19:55 +0100 paulson Now "standard" compresses theorems (for sharing).
Fri, 01 Sep 1995 13:27:48 +0200 clasohm added same_sg and same_thm
Fri, 01 Sep 1995 13:08:55 +0200 wenzelm adapted to new version of shyps-stuff;
Tue, 01 Aug 1995 17:20:42 +0200 wenzelm modified pretty_thm, standard, eq_thm to handle shyps;
Tue, 25 Jul 1995 17:03:16 +0200 lcp Added weak_eq_thm and forall_intr_vars (thanks to Mark Staples)
Tue, 14 Mar 1995 10:40:04 +0100 nipkow Removed an old bug which made some simultaneous instantiations fail if they
Mon, 13 Mar 1995 09:38:10 +0100 nipkow Changed treatment of during type inference internally generated type
Fri, 03 Mar 1995 11:48:05 +0100 clasohm added CPure (curried functions) and ProtoPure (ancestor of Pure and CPure)
Wed, 11 Jan 1995 10:57:39 +0100 wenzelm removed print_sign, print_axioms;
Fri, 09 Dec 1994 16:42:09 +0100 wenzelm improved axioms_of: returns thms as the manual says;
Mon, 14 Nov 1994 10:46:50 +0100 lcp Pure/drule/cprems_of, cskip_flexpairs, cstrip_imp_prems: new cterm operations
less more (0) -60 tip