Wed, 19 Jan 1994 14:22:37 +0100 MAJOR INTERNAL CHANGE: extend and merge operations of syntax tables
wenzelm [Wed, 19 Jan 1994 14:22:37 +0100] rev 238
MAJOR INTERNAL CHANGE: extend and merge operations of syntax tables now much leaner (eliminated gramgraph, all data except tables of old parser are shared); simplified the internal interfaces for syntax extension; added translations for _explode, _implode (experimental);
Wed, 19 Jan 1994 14:21:26 +0100 MAJOR INTERNAL CHANGE: extend and merge operations of syntax tables
wenzelm [Wed, 19 Jan 1994 14:21:26 +0100] rev 237
MAJOR INTERNAL CHANGE: extend and merge operations of syntax tables now much leaner (eliminated gramgraph, all data except tables of old parser are shared); simplified the internal interfaces for syntax extension;
Wed, 19 Jan 1994 14:15:01 +0100 added some utils: commas, breaks, fbreaks, block, parents, list, str_list;
wenzelm [Wed, 19 Jan 1994 14:15:01 +0100] rev 236
added some utils: commas, breaks, fbreaks, block, parents, list, str_list;
Wed, 19 Jan 1994 14:13:23 +0100 cosmetic changes;
wenzelm [Wed, 19 Jan 1994 14:13:23 +0100] rev 235
cosmetic changes;
Wed, 19 Jan 1994 14:12:40 +0100 minor cleanup;
wenzelm [Wed, 19 Jan 1994 14:12:40 +0100] rev 234
minor cleanup; added extend, merge; added {lookup,make,dest}_multi;
Wed, 19 Jan 1994 14:10:54 +0100 major cleanup and reorganisation;
wenzelm [Wed, 19 Jan 1994 14:10:54 +0100] rev 233
major cleanup and reorganisation; added generic_extend, generic_merge; added various minor functions;
Tue, 18 Jan 1994 16:58:41 +0100 corrected comment
lcp [Tue, 18 Jan 1994 16:58:41 +0100] rev 232
corrected comment
Tue, 18 Jan 1994 16:37:12 +0100 Updated refs to old Sign functions
lcp [Tue, 18 Jan 1994 16:37:12 +0100] rev 231
Updated refs to old Sign functions
Tue, 18 Jan 1994 15:57:40 +0100 Many other files modified as follows:
lcp [Tue, 18 Jan 1994 15:57:40 +0100] rev 230
Many other files modified as follows: s|Sign.cterm|cterm|g s|Sign.ctyp|ctyp|g s|Sign.rep_cterm|rep_cterm|g s|Sign.rep_ctyp|rep_ctyp|g s|Sign.pprint_cterm|pprint_cterm|g s|Sign.pprint_ctyp|pprint_ctyp|g s|Sign.string_of_cterm|string_of_cterm|g s|Sign.string_of_ctyp|string_of_ctyp|g s|Sign.term_of|term_of|g s|Sign.typ_of|typ_of|g s|Sign.read_cterm|read_cterm|g s|Sign.read_insts|read_insts|g s|Sign.cfun|cterm_fun|g
Tue, 18 Jan 1994 13:46:08 +0100 Pure: MAJOR CHANGE. Moved ML types ctyp and cterm and their associated
lcp [Tue, 18 Jan 1994 13:46:08 +0100] rev 229
Pure: MAJOR CHANGE. Moved ML types ctyp and cterm and their associated functions from sign.ML to thm.ML or drule.ML. This allows the "prop" field of a theorem to be regarded as a cterm -- avoids expensive calls to cterm_of.
Tue, 18 Jan 1994 07:53:35 +0100 some optimizations of Larry's
nipkow [Tue, 18 Jan 1994 07:53:35 +0100] rev 228
some optimizations of Larry's
Fri, 14 Jan 1994 12:42:49 +0100 corrected comments
lcp [Fri, 14 Jan 1994 12:42:49 +0100] rev 227
corrected comments
Fri, 14 Jan 1994 12:36:30 +0100 corrected comments
lcp [Fri, 14 Jan 1994 12:36:30 +0100] rev 226
corrected comments
Fri, 14 Jan 1994 08:09:07 +0100 optimized net for matching of abstractions to speed up simplifier
nipkow [Fri, 14 Jan 1994 08:09:07 +0100] rev 225
optimized net for matching of abstractions to speed up simplifier
Tue, 11 Jan 1994 12:58:19 +0100 moved misplaced comment
nipkow [Tue, 11 Jan 1994 12:58:19 +0100] rev 224
moved misplaced comment
Tue, 11 Jan 1994 11:36:32 +0100 removed Syntax/parse_tree.ML;
wenzelm [Tue, 11 Jan 1994 11:36:32 +0100] rev 223
removed Syntax/parse_tree.ML;
Tue, 11 Jan 1994 08:10:18 +0100 optimized the number of eta-contractions in rewriting
nipkow [Tue, 11 Jan 1994 08:10:18 +0100] rev 222
optimized the number of eta-contractions in rewriting
Mon, 10 Jan 1994 16:58:32 +0100 added a check for existence of a temporary file before removing it
clasohm [Mon, 10 Jan 1994 16:58:32 +0100] rev 221
added a check for existence of a temporary file before removing it
Mon, 10 Jan 1994 16:57:31 +0100 used unlink for delete_files instead of calling rm
clasohm [Mon, 10 Jan 1994 16:57:31 +0100] rev 220
used unlink for delete_files instead of calling rm
Mon, 10 Jan 1994 13:22:54 +0100 commented out sig constraint of functor (for debugging purposes);
wenzelm [Mon, 10 Jan 1994 13:22:54 +0100] rev 219
commented out sig constraint of functor (for debugging purposes);
Fri, 07 Jan 1994 10:59:51 +0100 ZF/perm/image_comp: new
lcp [Fri, 07 Jan 1994 10:59:51 +0100] rev 218
ZF/perm/image_comp: new
Wed, 05 Jan 1994 19:47:14 +0100 got rid of METAHYPS due to the change of the basic simplification routines
nipkow [Wed, 05 Jan 1994 19:47:14 +0100] rev 217
got rid of METAHYPS due to the change of the basic simplification routines (see update of Pure/{thm,drule,tactic}.ML)
Wed, 05 Jan 1994 19:43:46 +0100 adapted a proof to the new solver (see change of FOL/simpdata.ML)
nipkow [Wed, 05 Jan 1994 19:43:46 +0100] rev 216
adapted a proof to the new solver (see change of FOL/simpdata.ML)
Wed, 05 Jan 1994 19:41:37 +0100 updated solver of FOL_ss. see change of HOL/simpdata.ML
nipkow [Wed, 05 Jan 1994 19:41:37 +0100] rev 215
updated solver of FOL_ss. see change of HOL/simpdata.ML
Wed, 05 Jan 1994 19:33:56 +0100 added new parameter to the simplification tactics which indicates if
nipkow [Wed, 05 Jan 1994 19:33:56 +0100] rev 214
added new parameter to the simplification tactics which indicates if assumptions are to be simplified and/or to be used when simplifying the conclusion. This gets rid of METAHYPS and speeds up simplification of goals with big assumptions.
Wed, 05 Jan 1994 19:29:51 +0100 added lexical class of type variables
nipkow [Wed, 05 Jan 1994 19:29:51 +0100] rev 213
added lexical class of type variables
Wed, 05 Jan 1994 19:27:19 +0100 shortened msg
nipkow [Wed, 05 Jan 1994 19:27:19 +0100] rev 212
shortened msg
Tue, 04 Jan 1994 17:03:52 +0100 added fake_cterm_of to speed up rewriting
nipkow [Tue, 04 Jan 1994 17:03:52 +0100] rev 211
added fake_cterm_of to speed up rewriting
Tue, 04 Jan 1994 15:48:38 +0100 commented out sig constraint of functor (for debugging purposes);
wenzelm [Tue, 04 Jan 1994 15:48:38 +0100] rev 210
commented out sig constraint of functor (for debugging purposes);
Tue, 04 Jan 1994 10:09:33 +0100 changed tracing of simplifier
nipkow [Tue, 04 Jan 1994 10:09:33 +0100] rev 209
changed tracing of simplifier
Sun, 02 Jan 1994 15:10:36 +0100 optimized simplifier - signature of rewritten term stays constant
nipkow [Sun, 02 Jan 1994 15:10:36 +0100] rev 208
optimized simplifier - signature of rewritten term stays constant
Thu, 30 Dec 1993 21:04:53 +0100 added "Reading thy-File" message
clasohm [Thu, 30 Dec 1993 21:04:53 +0100] rev 207
added "Reading thy-File" message
Thu, 30 Dec 1993 10:18:23 +0100 added subsig: sg * sg -> bool to test if one signature is contained in another.
nipkow [Thu, 30 Dec 1993 10:18:23 +0100] rev 206
added subsig: sg * sg -> bool to test if one signature is contained in another.
Wed, 29 Dec 1993 10:14:58 +0100 added sys_error;
wenzelm [Wed, 29 Dec 1993 10:14:58 +0100] rev 205
added sys_error;
Wed, 22 Dec 1993 19:01:27 +0100 fixed a bug in update/next_level which occured when a child wasn't loaded
clasohm [Wed, 22 Dec 1993 19:01:27 +0100] rev 204
fixed a bug in update/next_level which occured when a child wasn't loaded
Tue, 21 Dec 1993 16:40:01 +0100 added empty type-abbr field to extend_theory
nipkow [Tue, 21 Dec 1993 16:40:01 +0100] rev 203
added empty type-abbr field to extend_theory
Tue, 21 Dec 1993 16:38:45 +0100 added []-field to extend_theory: no type abbreviations.
nipkow [Tue, 21 Dec 1993 16:38:45 +0100] rev 202
added []-field to extend_theory: no type abbreviations.
Tue, 21 Dec 1993 16:27:36 +0100 Added []-field to extend_theory to accomodate type abbreviations.
nipkow [Tue, 21 Dec 1993 16:27:36 +0100] rev 201
Added []-field to extend_theory to accomodate type abbreviations.
Tue, 21 Dec 1993 16:26:40 +0100 Necessary changes to accomodate type abbreviations.
nipkow [Tue, 21 Dec 1993 16:26:40 +0100] rev 200
Necessary changes to accomodate type abbreviations.
Tue, 21 Dec 1993 14:47:29 +0100 pretty_thm is now exported;
wenzelm [Tue, 21 Dec 1993 14:47:29 +0100] rev 199
pretty_thm is now exported;
Tue, 21 Dec 1993 13:58:12 +0100 new section for equality properties
lcp [Tue, 21 Dec 1993 13:58:12 +0100] rev 198
new section for equality properties
Tue, 14 Dec 1993 14:02:52 +0100 Updated read_insts to approximate simultaneous type checking of substitution
nipkow [Tue, 14 Dec 1993 14:02:52 +0100] rev 197
Updated read_insts to approximate simultaneous type checking of substitution pairs.
Mon, 13 Dec 1993 18:50:03 +0100 added isabelle-users paragraph
lcp [Mon, 13 Dec 1993 18:50:03 +0100] rev 196
added isabelle-users paragraph
Mon, 13 Dec 1993 18:48:47 +0100 added mention of simplifier, splitter, hypsubst
lcp [Mon, 13 Dec 1993 18:48:47 +0100] rev 195
added mention of simplifier, splitter, hypsubst
Mon, 13 Dec 1993 18:18:34 +0100 new year
lcp [Mon, 13 Dec 1993 18:18:34 +0100] rev 194
new year
Fri, 10 Dec 1993 13:46:38 +0100 updated instantiate to deal with type clashes
nipkow [Fri, 10 Dec 1993 13:46:38 +0100] rev 193
updated instantiate to deal with type clashes
Fri, 10 Dec 1993 10:39:12 +0100 ZF/equalities/SUM_eq_UN: new
lcp [Fri, 10 Dec 1993 10:39:12 +0100] rev 192
ZF/equalities/SUM_eq_UN: new ZF/equalities: corrected bound variable anomalies in some distributive laws
Fri, 10 Dec 1993 10:36:39 +0100 Pure/tactic/compose_inst_tac: when catching exception THM, prints the
lcp [Fri, 10 Dec 1993 10:36:39 +0100] rev 191
Pure/tactic/compose_inst_tac: when catching exception THM, prints the message before failing!! This reports the reason for failure in cases like by (res_inst_tac [("P", "?Q(a)")] mp 1); in which ?Q appears in mp with a different type.
Thu, 09 Dec 1993 11:39:33 +0100 deleted harmful basify, which pulled rewrite rules down to base type.
nipkow [Thu, 09 Dec 1993 11:39:33 +0100] rev 190
deleted harmful basify, which pulled rewrite rules down to base type. Not needed for new simplifier.
Mon, 06 Dec 1993 17:05:10 +0100 added rep_tsig Isabelle93
nipkow [Mon, 06 Dec 1993 17:05:10 +0100] rev 189
added rep_tsig
Mon, 06 Dec 1993 13:35:38 +0100 last minute changes, eg literal tokens -> delimiters and valued tokens ->
nipkow [Mon, 06 Dec 1993 13:35:38 +0100] rev 188
last minute changes, eg literal tokens -> delimiters and valued tokens -> names.
Mon, 06 Dec 1993 10:57:22 +0100 ZF/univ/in_Vfrom_limit: new
lcp [Mon, 06 Dec 1993 10:57:22 +0100] rev 187
ZF/univ/in_Vfrom_limit: new ZF/univ/sum_in_Vfrom, etc: streamlined proofs using in_Vfrom_limit
Mon, 06 Dec 1993 10:55:48 +0100 ZF/ord/Ord_Un,Ord_Int,Un_upper1_le,Un_upper2_le: new
lcp [Mon, 06 Dec 1993 10:55:48 +0100] rev 186
ZF/ord/Ord_Un,Ord_Int,Un_upper1_le,Un_upper2_le: new
Mon, 06 Dec 1993 09:35:35 +0100 Typos and style
nipkow [Mon, 06 Dec 1993 09:35:35 +0100] rev 185
Typos and style
Fri, 03 Dec 1993 17:45:19 +0100 Changed Acknowledgements
lcp [Fri, 03 Dec 1993 17:45:19 +0100] rev 184
Changed Acknowledgements
Fri, 03 Dec 1993 17:43:49 +0100 Acknowledged Carsten Clasohm
lcp [Fri, 03 Dec 1993 17:43:49 +0100] rev 183
Acknowledged Carsten Clasohm
Fri, 03 Dec 1993 12:47:45 +0100 New distributive laws for Sigma and UN
lcp [Fri, 03 Dec 1993 12:47:45 +0100] rev 182
New distributive laws for Sigma and UN
Thu, 02 Dec 1993 12:49:03 +0100 removal of amssymbols.sty and lcp.sty; addition of iman.sty
lcp [Thu, 02 Dec 1993 12:49:03 +0100] rev 181
removal of amssymbols.sty and lcp.sty; addition of iman.sty
Wed, 01 Dec 1993 17:40:27 +0100 ZF/ex/ROOT: changed many time_use calls to time_use_thy or else deleted
lcp [Wed, 01 Dec 1993 17:40:27 +0100] rev 180
ZF/ex/ROOT: changed many time_use calls to time_use_thy or else deleted them, to make the most of the load-path mechanism. (use_thy adds the new theory to the list of loaded theories.)
Wed, 01 Dec 1993 13:00:04 +0100 minor corrections
lcp [Wed, 01 Dec 1993 13:00:04 +0100] rev 179
minor corrections
(0) -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip