Wed, 26 Jan 1994 22:07:06 +0100 case was renamed to sum_case
nipkow [Wed, 26 Jan 1994 22:07:06 +0100] rev 248
case was renamed to sum_case
Mon, 24 Jan 1994 12:03:53 +0100 added is_empty: env -> bool, minidx: env -> int option;
wenzelm [Mon, 24 Jan 1994 12:03:53 +0100] rev 247
added is_empty: env -> bool, minidx: env -> int option;
Thu, 20 Jan 1994 13:35:40 +0100 added HOLCF
nipkow [Thu, 20 Jan 1994 13:35:40 +0100] rev 246
added HOLCF
Thu, 20 Jan 1994 12:38:02 +0100 removed square and fact
nipkow [Thu, 20 Jan 1994 12:38:02 +0100] rev 245
removed square and fact
Wed, 19 Jan 1994 17:40:26 +0100 HOLCF examples
nipkow [Wed, 19 Jan 1994 17:40:26 +0100] rev 244
HOLCF examples
Wed, 19 Jan 1994 17:35:01 +0100 Franz Regensburger's Higher-Order Logic of Computable Functions embedding LCF
nipkow [Wed, 19 Jan 1994 17:35:01 +0100] rev 243
Franz Regensburger's Higher-Order Logic of Computable Functions embedding LCF in HOL.
Wed, 19 Jan 1994 14:45:07 +0100 commented out sig constraint of functor (for debugging purposes);
wenzelm [Wed, 19 Jan 1994 14:45:07 +0100] rev 242
commented out sig constraint of functor (for debugging purposes);
Wed, 19 Jan 1994 14:28:35 +0100 changed SYNTAX_FILES;
wenzelm [Wed, 19 Jan 1994 14:28:35 +0100] rev 241
changed SYNTAX_FILES;
Wed, 19 Jan 1994 14:27:46 +0100 contains remaining parts of xgram.ML and extension.ML;
wenzelm [Wed, 19 Jan 1994 14:27:46 +0100] rev 240
contains remaining parts of xgram.ML and extension.ML; syn_ext replaces xgram and ext;
Wed, 19 Jan 1994 14:23:18 +0100 minor internal changes;
wenzelm [Wed, 19 Jan 1994 14:23:18 +0100] rev 239
minor internal changes;
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);
(0) -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip