src/HOL/List.ML
Sun, 16 Dec 2001 00:17:18 +0100 kleing list_all2_rev
Thu, 13 Dec 2001 15:45:03 +0100 wenzelm isatool expandshort;
Mon, 22 Oct 2001 11:54:22 +0200 paulson Numerals now work for the integers: the binary numerals for 0 and 1 rewrite
Sun, 14 Oct 2001 22:08:29 +0200 wenzelm moved rulify to ObjectLogic;
Fri, 05 Oct 2001 21:52:39 +0200 wenzelm sane numerals (stage 1): added generic 1, removed 1' and 2 on nat,
Thu, 31 May 2001 16:50:04 +0200 oheimb added list_all2_trans
Tue, 08 May 2001 16:01:28 +0200 paulson new takeWhile lemma
Tue, 24 Apr 2001 12:19:58 +0200 paulson removal of image_Collect as a default simprule
Tue, 09 Jan 2001 15:22:13 +0100 nipkow `` -> and ``` -> ``
Wed, 20 Dec 2000 12:13:59 +0100 paulson tidying, removing obsolete lemmas about 0=...
Fri, 03 Nov 2000 21:32:41 +0100 wenzelm rev_exhaust: rulify;
Tue, 05 Sep 2000 18:47:27 +0200 wenzelm removed Add_recdef_congs [map_cong] (see Main.thy);
Thu, 31 Aug 2000 09:23:01 +0200 nipkow *** empty log message ***
Wed, 30 Aug 2000 16:29:21 +0200 nipkow introduced induct_thm_tac
Mon, 28 Aug 2000 17:02:19 +0200 nipkow Removed map_compose from simpset.
Thu, 17 Aug 2000 18:30:48 +0200 nipkow added map_cong to recdef
Mon, 24 Jul 2000 23:52:55 +0200 wenzelm avoid referencing thy value;
Fri, 14 Jul 2000 14:47:15 +0200 paulson moved sublist from UNITY/AllocBase to List
Thu, 06 Jul 2000 15:38:00 +0200 nipkow Deleted list_case thms no subsumed by case_tac
Thu, 29 Jun 2000 12:15:08 +0200 paulson fixed proof to cope with the default of equalityCE instead of equalityE
Thu, 22 Jun 2000 23:04:34 +0200 wenzelm bind_thm(s);
Thu, 01 Jun 2000 13:28:00 +0200 paulson simplified the proof of nth_upt
Wed, 31 May 2000 11:55:51 +0200 paulson added new proofs and simplified an old one
Fri, 26 May 2000 18:03:54 +0200 paulson renamed upt_Suc, since that name is needed for its primrec rule
Tue, 23 May 2000 18:06:22 +0200 paulson added type constraint ::nat because 0 is now overloaded
Wed, 19 Apr 2000 11:09:59 +0200 paulson removal of less_SucI, le_SucI from default simpset
Mon, 13 Mar 2000 16:23:34 +0100 wenzelm case_tac now subsumes both boolean and datatype cases;
Mon, 13 Mar 2000 12:51:10 +0100 nipkow exhaust_tac -> cases_tac
Thu, 24 Feb 2000 08:55:37 +0100 nipkow Added and renamed a lemma.
Fri, 18 Feb 2000 15:34:22 +0100 paulson expandshort
Wed, 26 Jan 2000 11:04:38 +0100 nipkow optimized xs[i:=x]!j lemmas.
Wed, 12 Jan 2000 15:58:01 +0100 nipkow More lemmas.
Mon, 10 Jan 2000 16:06:43 +0100 nipkow Forgot to "call" MicroJava in makefile.
Mon, 13 Dec 1999 10:54:04 +0100 paulson expandshort
Thu, 11 Nov 1999 11:43:14 +0100 nipkow Imported Conny's lemmas from MicroJava
Tue, 21 Sep 1999 19:11:07 +0200 nipkow Mod because of new solver interface.
Wed, 18 Aug 1999 10:27:57 +0200 nipkow Added take_all and drop_all to simpset.
Mon, 16 Aug 1999 22:07:12 +0200 wenzelm 'a list: Nil, Cons;
Mon, 19 Jul 1999 15:27:34 +0200 paulson NatBin: binary arithmetic for the naturals
Sun, 18 Jul 1999 11:06:08 +0200 nipkow Modifid length_tl
Thu, 17 Jun 1999 10:33:43 +0200 paulson expandshort
Fri, 11 Jun 1999 17:14:00 +0200 nipkow rev=rev lemma.
Thu, 10 Jun 1999 10:41:36 +0200 paulson many new lemmas about take & drop, incl the famous take-lemma
Mon, 07 Jun 1999 19:25:12 +0200 nipkow Added lots of 'replicate' lemmas.
Tue, 20 Apr 1999 14:32:48 +0200 paulson tidied
Thu, 15 Apr 1999 18:10:37 +0200 nipkow Added new thms.
Thu, 01 Apr 1999 18:42:48 +0200 pusch new definition for nth.
Wed, 17 Mar 1999 16:53:46 +0100 wenzelm Theory.sign_of;
Mon, 08 Mar 1999 13:49:14 +0100 nipkow modified zip
Fri, 29 Jan 1999 16:26:12 +0100 paulson expandshort
Tue, 19 Jan 1999 11:18:11 +0100 paulson removal of the (thm list) argument of mk_cases
Sat, 09 Jan 1999 15:24:11 +0100 nipkow Refined arith tactic.
Mon, 04 Jan 1999 16:37:04 +0100 nipkow Shortened a proof.
Mon, 04 Jan 1999 15:07:47 +0100 nipkow Version 1.0 of linear nat arithmetic.
Fri, 27 Nov 1998 17:00:30 +0100 nipkow At last: linear arithmetic for nat!
Fri, 23 Oct 1998 20:44:34 +0200 oheimb corrected auto_tac (applications of unsafe wrappers)
Wed, 14 Oct 1998 11:50:48 +0200 nipkow Nat: added zero_neq_conv
Tue, 13 Oct 1998 11:08:28 +0200 paulson length_Suc_conv is no longer given to AddIffs
Wed, 23 Sep 1998 10:12:01 +0200 paulson deleted needless parentheses
Mon, 21 Sep 1998 23:03:11 +0200 oheimb re-added mem and list_all
less more (0) -100 -60 tip