src/HOL/thy_syntax.ML
Mon, 02 May 2005 13:30:36 +0200 paulson fixed reference to top-level
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, 03 May 2004 23:22:17 +0200 schirmer reimplementation of HOL records; only one type is created for
Mon, 26 Apr 2004 14:53:29 +0200 wenzelm use ThmDatabase.is_ml_identifier;
Fri, 16 Apr 2004 18:45:56 +0200 berghofe Replaced quote by Library.quote, since quote now refers to Symbol.quote
Fri, 14 Dec 2001 22:26:55 +0100 wenzelm record: mixfix;
Wed, 14 Nov 2001 18:44:27 +0100 wenzelm inductive: removed con_defs;
Sun, 04 Nov 2001 21:12:03 +0100 wenzelm tuned comment;
Wed, 17 Oct 2001 20:25:19 +0200 wenzelm improved internal interface of typedef;
Tue, 16 Oct 2001 17:52:07 +0200 wenzelm TypedefPackage.add_typedef_no_result;
Fri, 28 Sep 2001 19:19:26 +0200 wenzelm inductive: no collective atts;
Tue, 05 Sep 2000 18:48:41 +0200 wenzelm RecdefPackage.add_recdef_old;
Fri, 05 May 2000 22:29:02 +0200 wenzelm added scan_to_id (used to be in Pure/section_utils.ML);
Sat, 01 Apr 2000 20:21:39 +0200 wenzelm recdef: admit names/atts;
Thu, 30 Mar 2000 19:45:18 +0200 nipkow mod in recdef allows to access the correct simpset via simpset().
Wed, 12 May 1999 17:26:56 +0200 wenzelm strip_quotes replaced by unenclose;
Tue, 04 May 1999 16:18:16 +0200 wenzelm add_recdef: removed names / attributes;
Fri, 30 Apr 1999 18:09:33 +0200 wenzelm separated recdef / defer_recdef;
Tue, 27 Apr 1999 10:51:16 +0200 wenzelm adapted add_inductive, add_record;
Fri, 23 Apr 1999 12:22:30 +0200 paulson Now for recdefs that omit the WF relation
Thu, 22 Apr 1999 12:49:34 +0200 wenzelm recdef adapted to RecdefPackage.add_recdef;
Wed, 14 Apr 1999 14:44:04 +0200 wenzelm intrs: names and atts;
Wed, 17 Mar 1999 13:47:04 +0100 wenzelm adapted rep_datatype;
Thu, 11 Mar 1999 21:56:22 +0100 wenzelm primrec: empty attributes;
Tue, 12 Jan 1999 16:42:21 +0100 wenzelm get_tthms witness theorems;
Mon, 28 Dec 1998 16:46:15 +0100 paulson replaced obsolete "trim" by "strip_quotes"
Wed, 21 Oct 1998 17:46:00 +0200 berghofe Changed syntax of rep_datatype and inductive: Theorems
Fri, 16 Oct 1998 18:50:20 +0200 berghofe Changed structure of name spaces for datatypes.
Thu, 30 Jul 1998 23:14:41 +0200 berghofe Fixed primrec.
Thu, 30 Jul 1998 22:58:05 +0200 berghofe Fixed primrec.
Thu, 30 Jul 1998 17:59:57 +0200 wenzelm fixed primrec;
Fri, 24 Jul 1998 13:03:20 +0200 berghofe Adapted to new datatype package.
Tue, 30 Jun 1998 20:42:47 +0200 berghofe Adapted to new inductive definition package.
Wed, 29 Apr 1998 11:44:30 +0200 wenzelm TypedefPackage.add_typedef;
Thu, 08 Jan 1998 18:09:47 +0100 oheimb added split_paired_Ex to the implicit simpset
Thu, 13 Nov 1997 15:14:14 +0100 wenzelm fixed record parser;
Thu, 13 Nov 1997 12:43:17 +0100 wenzelm improved record syntax;
Wed, 12 Nov 1997 12:24:55 +0100 oheimb renamed split_T_case_prem to split_T_case_asm
Fri, 07 Nov 1997 08:25:02 +0100 nipkow Each datatype t now proves a theorem split_t_case_prem
Mon, 03 Nov 1997 21:13:24 +0100 wenzelm tuned;
Mon, 03 Nov 1997 12:24:13 +0100 wenzelm isatool fixclasimp;
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, 24 Oct 1997 17:28:20 +0200 wenzelm record: tuned output;
Thu, 23 Oct 1997 12:49:16 +0200 wenzelm added record section;
Mon, 20 Oct 1997 11:14:55 +0200 wenzelm adapted to qualified names;
Wed, 10 Sep 1997 14:18:12 +0200 nipkow Added Larry's test for preventing a datatype shadowing a theory.
Wed, 06 Aug 1997 11:57:52 +0200 wenzelm use ThySyn.add_syntax;
Wed, 06 Aug 1997 01:18:31 +0200 berghofe Replaced "init_thy_reader" by "set_parser".
Mon, 23 Jun 1997 10:35:49 +0200 paulson New "congs" keyword for recdef theory section
Thu, 05 Jun 1997 13:22:25 +0200 paulson A slight simplification of optstring
Mon, 26 May 1997 12:42:38 +0200 paulson Now recdef checks the name of the function being defined.
Fri, 23 May 1997 09:17:26 +0200 nipkow Added overloaded function `size' for all datatypes.
Thu, 15 May 1997 12:53:12 +0200 paulson TFL theory section
Thu, 10 Apr 1997 12:20:55 +0200 nipkow Turned Addsimps into AddIffs for datatype laws.
Wed, 09 Apr 1997 12:32:04 +0200 paulson Using Blast_tac
Fri, 05 Jul 1996 14:22:59 +0200 berghofe Simplified syntax of primrec definitions.
Thu, 06 Jun 1996 13:13:18 +0200 paulson Quotes now optional around inductive set
Fri, 19 Apr 1996 11:33:24 +0200 clasohm added Konrad's code for the datatype package
Wed, 13 Mar 1996 11:55:25 +0100 clasohm modified primrec so it can be used in MiniML/Type.thy
less more (0) -60 tip