src/HOL/Tools/record_package.ML
Sat, 21 Jan 2006 23:02:14 +0100 wenzelm simplified type attribute;
Thu, 19 Jan 2006 21:22:08 +0100 wenzelm setup: theory -> theory;
Sat, 14 Jan 2006 22:25:34 +0100 wenzelm generic attributes;
Sat, 14 Jan 2006 17:14:06 +0100 wenzelm sane ERROR handling;
Tue, 10 Jan 2006 19:34:04 +0100 wenzelm generic attributes;
Thu, 22 Dec 2005 00:28:49 +0100 wenzelm induct_rulify;
Fri, 09 Dec 2005 09:06:45 +0100 haftmann oriented result pairs in PureThy
Tue, 06 Dec 2005 09:04:09 +0100 haftmann re-oriented some result tuples in PureThy
Fri, 02 Dec 2005 08:06:59 +0100 haftmann introduced new map2, fold
Thu, 10 Nov 2005 20:57:11 +0100 wenzelm renamed Thm.cgoal_of to Thm.cprem_of;
Fri, 28 Oct 2005 22:27:47 +0200 wenzelm accomodate simplified Thm.lift_rule;
Fri, 28 Oct 2005 16:35:40 +0200 haftmann cleaned up nth, nth_update, nth_map and nth_string functions
Fri, 21 Oct 2005 18:14:40 +0200 wenzelm avoid triv_goal and home-grown meta_allE;
Wed, 19 Oct 2005 21:52:33 +0200 wenzelm removed print_exn (better let the toplevel do this);
Tue, 18 Oct 2005 17:59:25 +0200 wenzelm Simplifier.theory_context;
Mon, 17 Oct 2005 23:10:10 +0200 wenzelm change_claset/simpset;
Fri, 23 Sep 2005 22:31:22 +0200 wenzelm simprocs: pattern now "x" (the proc is supposed to discriminate faster than Pattern.match);
Fri, 23 Sep 2005 15:38:22 +0200 schirmer bugfix in record_tr'
Tue, 20 Sep 2005 14:03:39 +0200 wenzelm tuned simprocs;
Mon, 19 Sep 2005 16:38:35 +0200 haftmann introduced AList module
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Wed, 14 Sep 2005 10:24:39 +0200 haftmann introduced AList.lookup
Tue, 13 Sep 2005 22:19:21 +0200 wenzelm the_list (cf. Pure/library.ML);
Mon, 05 Sep 2005 17:38:18 +0200 wenzelm curried_lookup/update;
Mon, 05 Sep 2005 08:14:35 +0200 haftmann introduced binding priority 1 for linear combinators etc.
Tue, 30 Aug 2005 21:32:10 +0200 schirmer fixed bug in record_type_abbr_tr'
Tue, 16 Aug 2005 13:42:26 +0200 wenzelm OuterKeyword;
Mon, 01 Aug 2005 19:20:26 +0200 wenzelm simprocs: Simplifier.inherit_bounds;
Thu, 28 Jul 2005 15:19:49 +0200 wenzelm Sign.typ_unify;
Tue, 19 Jul 2005 14:59:11 +0200 schirmer removed some garbage;
Wed, 13 Jul 2005 20:53:26 +0200 schirmer avoiding even more garbage
Tue, 12 Jul 2005 23:42:11 +0200 schirmer avoid some garbage
Fri, 17 Jun 2005 18:35:27 +0200 wenzelm accomodate change of TheoryDataFun;
Mon, 13 Jun 2005 10:35:53 +0200 schirmer more timing information
Sat, 11 Jun 2005 22:15:48 +0200 wenzelm refer to name spaces values instead of names;
Thu, 09 Jun 2005 12:03:17 +0200 wenzelm Sign.read_typ_abbrev;
Sun, 05 Jun 2005 16:23:50 +0200 schirmer bugfix in record_type_abbr_tr'
Tue, 31 May 2005 11:53:15 +0200 wenzelm renamed cond_extern to extern;
Fri, 13 May 2005 17:19:04 +0200 schirmer Bugfix in syntax translation for record type.
Mon, 02 May 2005 21:07:21 +0200 schirmer Removed nodup_vars avoiding hack
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.
Fri, 05 Nov 2004 15:37:25 +0100 schirmer * extended interface of record_split_simp_tac and record_split_simproc
Tue, 26 Oct 2004 16:29:54 +0200 berghofe Removed code generator stuff. Code generation is now handled by code
Fri, 15 Oct 2004 18:49:16 +0200 schirmer record_split_simp_tac now can get simp rules as parameter
Wed, 29 Sep 2004 18:32:25 +0200 schirmer tuned performance of record definition
Wed, 22 Sep 2004 22:29:24 +0200 schirmer bug-fix
Sun, 18 Jul 2004 12:01:08 +0200 schirmer tuned
Fri, 16 Jul 2004 19:21:59 +0200 schirmer added: get_extT_fields and
Tue, 06 Jul 2004 20:31:06 +0200 schirmer * record_upd_simproc also simplifies trivial updates:
Wed, 30 Jun 2004 14:04:58 +0200 schirmer Added reference record_definition_quick_and_dirty_sensitive, to
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Thu, 17 Jun 2004 14:24:43 +0200 schirmer tuned
Tue, 01 Jun 2004 12:33:50 +0200 wenzelm removed obsolete sort 'logic';
Thu, 06 May 2004 20:43:30 +0200 schirmer tuned HOL/record package; enabled record_upd_simproc by default.
Tue, 04 May 2004 11:25:08 +0200 schirmer solved sml-nj compatibility problem
Mon, 03 May 2004 23:22:17 +0200 schirmer reimplementation of HOL records; only one type is created for
Thu, 22 Apr 2004 10:52:32 +0200 wenzelm tuned;
Fri, 16 Apr 2004 04:09:53 +0200 wenzelm tuned;
Wed, 03 Mar 2004 22:58:23 +0100 schirmer added record_ex_sel_eq_simproc
Tue, 20 Jan 2004 13:55:22 +0100 schirmer cleaning up
Thu, 06 Nov 2003 20:45:02 +0100 schirmer Records:
Sun, 29 Jun 2003 21:25:34 +0200 berghofe - record_split_tac now also works for object-level universal quantifier
Tue, 08 Apr 2003 09:40:30 +0200 berghofe try_param_tac now precomputes substitution for rule, in order to avoid
Tue, 06 Aug 2002 11:22:05 +0200 wenzelm sane interface for simprocs;
Wed, 24 Jul 2002 22:13:02 +0200 wenzelm tuned;
Wed, 24 Jul 2002 00:11:24 +0200 wenzelm adapted fact names;
Wed, 10 Jul 2002 14:48:08 +0200 wenzelm NameSpace.accesses';
Tue, 12 Feb 2002 20:28:27 +0100 wenzelm got rid of explicit marginal comments (now stripped earlier from input);
Fri, 21 Dec 2001 23:18:27 +0100 wenzelm hide base name of "make", "fields", "extend", "truncate", "more",
Fri, 14 Dec 2001 22:27:20 +0100 wenzelm mixfix syntax for selectors;
Mon, 10 Dec 2001 15:35:03 +0100 berghofe Added support for code generation.
Wed, 05 Dec 2001 03:10:06 +0100 wenzelm ContextRules.intro_bang_global;
Sat, 01 Dec 2001 18:52:32 +0100 wenzelm renamed class "term" to "type" (actually "HOL.type");
Wed, 28 Nov 2001 00:46:26 +0100 wenzelm theory data: removed obsolete finish method;
Tue, 27 Nov 2001 13:28:26 +0100 wenzelm make SML/NJ happy;
Thu, 22 Nov 2001 17:13:06 +0100 wenzelm recovered original "make";
Tue, 20 Nov 2001 22:54:06 +0100 wenzelm tuned;
Tue, 20 Nov 2001 20:55:33 +0100 wenzelm derive cases/induct rules for ``more'' parts;
Fri, 09 Nov 2001 22:51:24 +0100 wenzelm fixed print_records;
Thu, 08 Nov 2001 23:59:37 +0100 wenzelm theory data: finish method;
Sat, 27 Oct 2001 23:17:28 +0200 wenzelm use Tactic.prove;
Sat, 27 Oct 2001 00:06:22 +0200 wenzelm exclude field_simps from user-level "simps";
Thu, 25 Oct 2001 22:43:58 +0200 wenzelm removed "more" sort;
Thu, 25 Oct 2001 20:00:11 +0200 wenzelm derived operations are now: make, extend, truncate (cf. derived_defs);
Thu, 25 Oct 2001 02:11:28 +0200 wenzelm provodes induct/cases for use with corresponding Isar methods;
Wed, 24 Oct 2001 17:38:29 +0200 wenzelm moved lambda to Pure/term.ML;
Thu, 18 Oct 2001 21:22:40 +0200 wenzelm tuned;
Thu, 18 Oct 2001 21:07:29 +0200 wenzelm use abstract product type instead of datatype;
Sat, 13 Oct 2001 20:31:05 +0200 wenzelm Drule.tag_internal;
Wed, 08 Aug 2001 17:39:16 +0200 wenzelm field_name_ast_tr superceded by constify_ast_tr in Pure;
Tue, 07 Aug 2001 22:37:30 +0200 wenzelm fix problem with user translations by making field names appear as consts;
Sun, 17 Sep 2000 22:21:31 +0200 wenzelm Display.pretty_thm_sg;
Thu, 07 Sep 2000 20:55:18 +0200 wenzelm tuned;
Mon, 28 Aug 2000 20:31:00 +0200 wenzelm Method.SIMPLE_METHOD';
Thu, 17 Aug 2000 10:38:20 +0200 wenzelm sel_upd proc: include 'more' pseudo-field;
Thu, 13 Jul 2000 23:13:10 +0200 wenzelm adapted PureThy.add_defs_i;
Sat, 01 Jul 2000 19:55:22 +0200 wenzelm GPLed;
Tue, 06 Jun 2000 20:32:10 +0200 wenzelm pair split: proper names of params;
Mon, 17 Apr 2000 13:57:55 +0200 wenzelm Pretty.chunks;
Sat, 25 Mar 2000 12:52:06 +0100 wenzelm export updateN;
Mon, 13 Mar 2000 13:16:57 +0100 wenzelm adapted to new PureThy.add_thms etc.;
Thu, 24 Feb 2000 16:00:28 +0100 wenzelm rN = "record";
Tue, 22 Feb 2000 20:16:07 +0100 wenzelm proper variant names (admit field "r");
Tue, 15 Feb 2000 19:41:44 +0100 wenzelm fixed sel_upd simproc (less efficient, but more complete);
Fri, 28 Jan 2000 21:57:15 +0100 wenzelm HEADGOAL;
Fri, 28 Jan 2000 12:12:06 +0100 wenzelm replaced FIRSTGOAL by FINDGOAL (backtracking!);
Wed, 05 Jan 2000 11:56:04 +0100 wenzelm replaced HOLogic.termTVar by HOLogic.termT;
Thu, 05 Aug 1999 22:11:07 +0200 wenzelm record_simproc for sel-upd (by Sebastian Nanz);
Mon, 28 Jun 1999 21:48:36 +0200 wenzelm cond_extern_table;
Tue, 25 May 1999 20:24:10 +0200 wenzelm formal comments (still dummy);
Mon, 24 May 1999 21:57:13 +0200 wenzelm outer syntax keyword classification;
Fri, 30 Apr 1999 18:10:03 +0200 wenzelm theory data: copy;
Tue, 27 Apr 1999 10:49:52 +0200 wenzelm iff_add_global (from simpdata.ML);
Wed, 17 Mar 1999 16:53:46 +0100 wenzelm Theory.sign_of;
Wed, 17 Mar 1999 13:49:39 +0100 wenzelm local open OuterParse;
Thu, 11 Mar 1999 21:58:12 +0100 wenzelm outer syntax for 'record';
Tue, 12 Jan 1999 13:54:51 +0100 wenzelm eliminated tthm type and Attribute structure;
Mon, 16 Nov 1998 11:13:28 +0100 wenzelm Attribute.thms_of;
less more (0) -120 tip