src/HOL/simpdata.ML
Thu, 02 Apr 1998 13:48:28 +0200 paulson changed if_bool_eq to if_bool_eq_conj and added if_bool_eq_disj
Fri, 13 Mar 1998 18:15:14 +0100 wenzelm moved addsplits [expand_if] from HOL_basic_ss to HOL_ss;
Thu, 12 Mar 1998 13:17:13 +0100 oheimb renamed not1_or to disj_not1, not2_or to disj_not2
Tue, 10 Mar 1998 18:31:32 +0100 oheimb new rewrite rules not1_or, not2_or, and if_eq_cancel
Fri, 06 Mar 1998 15:19:29 +0100 nipkow expand_if is now by default part of the simpset.
Wed, 04 Mar 1998 13:14:11 +0100 nipkow Reorganized simplifier. May now reorient rules.
Sat, 28 Feb 1998 15:41:17 +0100 nipkow Splitters via named loopers.
Wed, 25 Feb 1998 20:25:27 +0100 oheimb factored out common code of HOL/simpdata.ML and FOL/simpdata.ML concerning
Wed, 25 Feb 1998 15:51:24 +0100 oheimb changed wrapper mechanism of classical reasoner
Fri, 20 Feb 1998 17:56:39 +0100 nipkow Congruence rules use == in premises now.
Wed, 18 Feb 1998 18:42:54 +0100 oheimb corrected problem with auto_tac: now uses a variant of depth_tac that avoids
Thu, 08 Jan 1998 17:42:26 +0100 oheimb replaced fn _ => by K
Wed, 24 Dec 1997 10:02:30 +0100 paulson New Auto_tac (by Oheimb), and new syntax (without parens), and expandshort
Wed, 03 Dec 1997 10:50:02 +0100 paulson Tidying and some comments
Fri, 28 Nov 1997 11:00:42 +0100 paulson Added comments
Fri, 28 Nov 1997 07:41:24 +0100 nipkow Removed dead code.
Fri, 28 Nov 1997 07:37:06 +0100 nipkow Moved the quantifier elimination simp procs into Provers.
Wed, 12 Nov 1997 12:30:15 +0100 oheimb simpdata.ML: renamed split_prem_tac to split_asm_tac, added split_if_asm
Fri, 07 Nov 1997 18:05:25 +0100 oheimb added split_prem_tac
Fri, 07 Nov 1997 18:02:15 +0100 oheimb changed libraray function find to find_index_eq, currying it
Tue, 04 Nov 1997 13:35:13 +0100 wenzelm removed old datatype_info;
Tue, 04 Nov 1997 12:59:01 +0100 nipkow Logic.loops -> Logic.rewrite_rule_ok
Mon, 03 Nov 1997 12:09:37 +0100 wenzelm adapted to new implicit simpset;
Thu, 30 Oct 1997 09:45:03 +0100 nipkow For each datatype `t' there is now a theorem `split_t_case' of the form
Fri, 17 Oct 1997 15:25:12 +0200 nipkow setloop split_tac -> addsplits
Fri, 17 Oct 1997 11:00:50 +0200 paulson New trivial rewrites
Thu, 16 Oct 1997 15:23:53 +0200 paulson New simprules imp_disj1, imp_disj2
Thu, 16 Oct 1997 14:12:15 +0200 nipkow Various new lemmas. Improved conversion of equations to rewrite rules:
Fri, 10 Oct 1997 19:02:28 +0200 wenzelm fixed dots;
Tue, 02 Sep 1997 17:02:02 +0200 nipkow Added True_implies_equals
Wed, 06 Aug 1997 01:13:46 +0200 berghofe Moved some functions which used to be part of thy_data.ML
Fri, 25 Jul 1997 13:18:09 +0200 wenzelm added prems argument to simplification procedures;
Thu, 24 Jul 1997 11:20:12 +0200 nipkow Deleted comment.
Thu, 24 Jul 1997 11:12:18 +0200 nipkow List.ML: added lemmas by Stefan Merz.
Wed, 23 Jul 1997 17:43:42 +0200 nipkow Prod.ML: Added split_paired_EX and lots of comments about failed attempts to
Wed, 23 Jul 1997 11:07:36 +0200 wenzelm tuned congs: standard;
Tue, 22 Jul 1997 11:14:18 +0200 paulson Removal of the tactical STATE
Mon, 14 Jul 1997 12:44:09 +0200 paulson Fixed delIffs to deal correctly with the D-rule
Thu, 19 Jun 1997 11:23:31 +0200 paulson Two new rewrite rules--NOT included by default\!
Wed, 18 Jun 1997 15:31:31 +0200 paulson Addition of not_imp (which pushes negation into implication) as a default
Thu, 22 May 1997 09:20:28 +0200 nipkow Added exhaustion thm and exhaust_tac for each datatype.
Thu, 15 May 1997 15:51:09 +0200 oheimb renamed addss to addSss, unsafe_addss to addss, extended auto_tac
Thu, 24 Apr 1997 18:06:46 +0200 nipkow Introduced a generic "induct_tac" which picks up the right induction scheme
Tue, 15 Apr 1997 10:15:09 +0200 paulson Moved expand_case_tac from Auth/Message.ML to simpdata.ML
Fri, 11 Apr 1997 15:21:36 +0200 paulson Yet more fast_tac->blast_tac, and other tidying
Tue, 18 Mar 1997 15:11:02 +0100 paulson Made the indentation rational
Tue, 18 Mar 1997 08:42:18 +0100 nipkow Added P&P&Q = P&Q and P|P|Q = P|Q.
Fri, 07 Mar 1997 10:20:26 +0100 paulson Eta-expanded some declarations for compatibility with value polymorphism
Tue, 04 Mar 1997 10:48:36 +0100 paulson Renamed constant "not" to "Not"
Sat, 15 Feb 1997 17:48:19 +0100 oheimb added delcongs, Delcongs, unsafe_solver, safe_solver, HOL_basic_ss,
Fri, 07 Feb 1997 14:13:20 +0100 nipkow Added "triv_forall_equality" to HOL_ss.
Wed, 18 Dec 1996 15:12:34 +0100 oheimb factored out HOL_base_ss and val HOL_min_ss, added HOL_safe_min_ss
Wed, 27 Nov 1996 20:36:33 +0100 oheimb moved split_tac
Wed, 27 Nov 1996 13:51:49 +0100 oheimb moved if_cancel to the right place
Wed, 27 Nov 1996 13:13:21 +0100 oheimb added if_cancel later to simpset
Tue, 26 Nov 1996 17:49:25 +0100 oheimb if_cancel added to HOL_ss
Mon, 28 Oct 1996 15:36:18 +0100 nipkow Renamed and shuffled a few thms.
Fri, 25 Oct 1996 15:02:09 +0200 nipkow Added (? x. t=x) = True
Tue, 15 Oct 1996 16:40:04 +0200 oheimb corrected `correction` of o_assoc (of version 1.14),
Tue, 15 Oct 1996 16:32:59 +0200 oheimb bound o_apply theorem to thy
less more (0) -60 tip