| Fri, 09 Nov 2001 22:51:24 +0100 | wenzelm | fixed print_records; | file | diff | annotate |
| Thu, 08 Nov 2001 23:59:37 +0100 | wenzelm | theory data: finish method; | file | diff | annotate |
| Sat, 27 Oct 2001 23:17:28 +0200 | wenzelm | use Tactic.prove; | file | diff | annotate |
| Sat, 27 Oct 2001 00:06:22 +0200 | wenzelm | exclude field_simps from user-level "simps"; | file | diff | annotate |
| Thu, 25 Oct 2001 22:43:58 +0200 | wenzelm | removed "more" sort; | file | diff | annotate |
| Thu, 25 Oct 2001 20:00:11 +0200 | wenzelm | derived operations are now: make, extend, truncate (cf. derived_defs); | file | diff | annotate |
| Thu, 25 Oct 2001 02:11:28 +0200 | wenzelm | provodes induct/cases for use with corresponding Isar methods; | file | diff | annotate |
| Wed, 24 Oct 2001 17:38:29 +0200 | wenzelm | moved lambda to Pure/term.ML; | file | diff | annotate |
| Thu, 18 Oct 2001 21:22:40 +0200 | wenzelm | tuned; | file | diff | annotate |
| Thu, 18 Oct 2001 21:07:29 +0200 | wenzelm | use abstract product type instead of datatype; | file | diff | annotate |
| Sat, 13 Oct 2001 20:31:05 +0200 | wenzelm | Drule.tag_internal; | file | diff | annotate |
| Wed, 08 Aug 2001 17:39:16 +0200 | wenzelm | field_name_ast_tr superceded by constify_ast_tr in Pure; | file | diff | annotate |
| Tue, 07 Aug 2001 22:37:30 +0200 | wenzelm | fix problem with user translations by making field names appear as consts; | file | diff | annotate |
| Sun, 17 Sep 2000 22:21:31 +0200 | wenzelm | Display.pretty_thm_sg; | file | diff | annotate |
| Thu, 07 Sep 2000 20:55:18 +0200 | wenzelm | tuned; | file | diff | annotate |
| Mon, 28 Aug 2000 20:31:00 +0200 | wenzelm | Method.SIMPLE_METHOD'; | file | diff | annotate |
| Thu, 17 Aug 2000 10:38:20 +0200 | wenzelm | sel_upd proc: include 'more' pseudo-field; | file | diff | annotate |
| Thu, 13 Jul 2000 23:13:10 +0200 | wenzelm | adapted PureThy.add_defs_i; | file | diff | annotate |
| Sat, 01 Jul 2000 19:55:22 +0200 | wenzelm | GPLed; | file | diff | annotate |
| Tue, 06 Jun 2000 20:32:10 +0200 | wenzelm | pair split: proper names of params; | file | diff | annotate |
| Mon, 17 Apr 2000 13:57:55 +0200 | wenzelm | Pretty.chunks; | file | diff | annotate |
| Sat, 25 Mar 2000 12:52:06 +0100 | wenzelm | export updateN; | file | diff | annotate |
| Mon, 13 Mar 2000 13:16:57 +0100 | wenzelm | adapted to new PureThy.add_thms etc.; | file | diff | annotate |
| Thu, 24 Feb 2000 16:00:28 +0100 | wenzelm | rN = "record"; | file | diff | annotate |
| Tue, 22 Feb 2000 20:16:07 +0100 | wenzelm | proper variant names (admit field "r"); | file | diff | annotate |
| Tue, 15 Feb 2000 19:41:44 +0100 | wenzelm | fixed sel_upd simproc (less efficient, but more complete); | file | diff | annotate |
| Fri, 28 Jan 2000 21:57:15 +0100 | wenzelm | HEADGOAL; | file | diff | annotate |
| Fri, 28 Jan 2000 12:12:06 +0100 | wenzelm | replaced FIRSTGOAL by FINDGOAL (backtracking!); | file | diff | annotate |
| Wed, 05 Jan 2000 11:56:04 +0100 | wenzelm | replaced HOLogic.termTVar by HOLogic.termT; | file | diff | annotate |
| Thu, 05 Aug 1999 22:11:07 +0200 | wenzelm | record_simproc for sel-upd (by Sebastian Nanz); | file | diff | annotate |
| Mon, 28 Jun 1999 21:48:36 +0200 | wenzelm | cond_extern_table; | file | diff | annotate |
| Tue, 25 May 1999 20:24:10 +0200 | wenzelm | formal comments (still dummy); | file | diff | annotate |
| Mon, 24 May 1999 21:57:13 +0200 | wenzelm | outer syntax keyword classification; | file | diff | annotate |
| Fri, 30 Apr 1999 18:10:03 +0200 | wenzelm | theory data: copy; | file | diff | annotate |
| Tue, 27 Apr 1999 10:49:52 +0200 | wenzelm | iff_add_global (from simpdata.ML); | file | diff | annotate |
| Wed, 17 Mar 1999 16:53:46 +0100 | wenzelm | Theory.sign_of; | file | diff | annotate |
| Wed, 17 Mar 1999 13:49:39 +0100 | wenzelm | local open OuterParse; | file | diff | annotate |
| Thu, 11 Mar 1999 21:58:12 +0100 | wenzelm | outer syntax for 'record'; | file | diff | annotate |
| Tue, 12 Jan 1999 13:54:51 +0100 | wenzelm | eliminated tthm type and Attribute structure; | file | diff | annotate |
| Mon, 16 Nov 1998 11:13:28 +0100 | wenzelm | Attribute.thms_of; | file | diff | annotate |
| Wed, 21 Oct 1998 16:38:46 +0200 | wenzelm | fixed field_injects; | file | diff | annotate |
| Wed, 21 Oct 1998 13:31:30 +0200 | wenzelm | field_injects [iffs]; | file | diff | annotate |
| Tue, 20 Oct 1998 16:38:37 +0200 | wenzelm | field types: datatype; | file | diff | annotate |
| Mon, 10 Aug 1998 17:06:02 +0200 | wenzelm | suffix, unsuffix moved to Pure/library.ML; | file | diff | annotate |
| Tue, 04 Aug 1998 09:21:44 +0200 | wenzelm | tuned comments; | file | diff | annotate |
| Thu, 30 Jul 1998 15:24:59 +0200 | wenzelm | make_defs not marked as internal; | file | diff | annotate |
| Tue, 28 Jul 1998 17:05:34 +0200 | wenzelm | removed global_names flag; | file | diff | annotate |
| Mon, 27 Jul 1998 11:29:33 +0200 | wenzelm | tuned; | file | diff | annotate |
| Fri, 24 Jul 1998 17:54:44 +0200 | wenzelm | added more_update; | file | diff | annotate |
| Sat, 20 Jun 1998 20:35:38 +0200 | wenzelm | def_sort; | file | diff | annotate |
| Thu, 18 Jun 1998 18:35:07 +0200 | wenzelm | fixed comment; | file | diff | annotate |
| Tue, 09 Jun 1998 11:37:52 +0200 | wenzelm | adapted to new theory data interface; | file | diff | annotate |
| Fri, 05 Jun 1998 14:33:18 +0200 | wenzelm | accomodate tuned version of theory data; | file | diff | annotate |
| Wed, 27 May 1998 12:21:39 +0200 | paulson | Changed require to requires for MLWorks | file | diff | annotate |
| Tue, 26 May 1998 12:29:10 +0200 | wenzelm | foldl_map prep_field; | file | diff | annotate |
| Tue, 05 May 1998 13:27:18 +0200 | wenzelm | misc tuning; | file | diff | annotate |
| Mon, 04 May 1998 21:07:57 +0200 | wenzelm | 'more' selector; | file | diff | annotate |
| Mon, 04 May 1998 09:54:29 +0200 | wenzelm | concrete syntax for record terms; | file | diff | annotate |
| Wed, 29 Apr 1998 11:40:37 +0200 | wenzelm | package extensible records with structural subtyping in HOL -- still | file | diff | annotate |