lcp [Thu, 17 Mar 1994 12:56:44 +0100] rev 280
CCL/ccl.ML/po_refl_iff_T: deleted reference to make_iff_T
CCL/ccl.ML/CCL_ss: now includes po_refl RS P_iff_T
lcp [Thu, 17 Mar 1994 12:36:58 +0100] rev 279
Improved layout for inductive defs
clasohm [Thu, 17 Mar 1994 11:24:31 +0100] rev 278
adapted type definition to new syntax
wenzelm [Fri, 04 Mar 1994 12:14:21 +0100] rev 277
fixed misfeature in Sign.extend: types of consts were read wrt. the new syntax;
lcp [Thu, 03 Mar 1994 17:43:14 +0100] rev 276
changed "x" to "uu" for implicit name of the
dependent type variable
nipkow [Tue, 01 Mar 1994 17:21:47 +0100] rev 275
update towards LNCS
nipkow [Tue, 01 Mar 1994 16:00:53 +0100] rev 274
deleted a comment
nipkow [Sat, 26 Feb 1994 16:27:45 +0100] rev 273
*** empty log message ***
wenzelm [Mon, 21 Feb 1994 14:50:48 +0100] rev 272
improved explode_tr;
nipkow [Wed, 16 Feb 1994 15:17:15 +0100] rev 271
minor update because HOL-lemma changed
lcp [Wed, 16 Feb 1994 13:56:20 +0100] rev 270
tactic/make_elim_preserve: recoded to avoid using lift_inst_rule. Instead
instantiate changes the indices of V and W.
tactic/cut_inst_tac: new
clasohm [Wed, 16 Feb 1994 09:22:15 +0100] rev 269
moved 'unlink ".tmp.ML"' away from 'use ".tmp.ML"' to try to fix a bug with SML
lcp [Mon, 14 Feb 1994 17:59:25 +0100] rev 268
double_complement_Un: new
wenzelm [Wed, 09 Feb 1994 14:25:29 +0100] rev 267
*** empty log message ***
wenzelm [Tue, 08 Feb 1994 14:09:34 +0100] rev 266
improved eq_sg;
cosmetical change in print_sg;
wenzelm [Tue, 08 Feb 1994 14:08:38 +0100] rev 265
added eq_set;
lcp [Fri, 04 Feb 1994 10:32:27 +0100] rev 264
correction to cut tactics
lcp [Thu, 03 Feb 1994 17:16:40 +0100] rev 263
no longer removes *.z
lcp [Thu, 03 Feb 1994 16:06:55 +0100] rev 262
now makes HOLCF
wenzelm [Thu, 03 Feb 1994 14:00:36 +0100] rev 261
added strs, big_list, writeln;
wenzelm [Thu, 03 Feb 1994 13:59:56 +0100] rev 260
added simple_string_of_typ, simple_pprint_typ;
various internal changes;
wenzelm [Thu, 03 Feb 1994 13:59:38 +0100] rev 259
added type 'syntax';
added syntax_consts (_K, _explode, _implode, ...);
wenzelm [Thu, 03 Feb 1994 13:59:00 +0100] rev 258
minor internal changes;
wenzelm [Thu, 03 Feb 1994 13:57:04 +0100] rev 257
syntax for type abbreviations;
wenzelm [Thu, 03 Feb 1994 13:56:44 +0100] rev 256
(this is a preliminary release)
type abbreviations;
wenzelm [Thu, 03 Feb 1994 13:56:15 +0100] rev 255
added if_none, parents, commas, gen_duplicates, duplicates, assoc2;
changed cat_lines: no final "\n";
wenzelm [Thu, 03 Feb 1994 13:55:42 +0100] rev 254
replaced pprint_sg by Sign.pprint_sg;
added Syntax.simple_pprint_typ;
wenzelm [Thu, 03 Feb 1994 13:55:20 +0100] rev 253
replaced eq_sg by Sign.eq_sg;
wenzelm [Thu, 03 Feb 1994 13:55:03 +0100] rev 252
removed eq_sg, pprint_sg, print_sg (now in sign.ML);
removed cterm_fun, read_ctyp (now in thm.ML);
print_theory: now shows all contents;
wenzelm [Thu, 03 Feb 1994 13:53:44 +0100] rev 251
major cleanup;
added eq_sig;
added print_sg (full contents), pprint_sg (stamps only);
added certify_typ, certify_term;
changed read_typ: result now certified;
wenzelm [Thu, 03 Feb 1994 13:53:08 +0100] rev 250
extend_theory: changed type of "abbrs" arg;
added cterm_fun, read_ctyp (from drule.ML);
ctyp_of, cterm_of, etc.: now use Sign.certify_...;
assumption: now uses Envir.is_empty;
bicompose_aux: fixed BUG (unifier with empty "asol" but non-empty "iTs"
wasn't applied);
fixed axioms_of;
clasohm [Wed, 02 Feb 1994 11:15:22 +0100] rev 249
made error message "file not found" more informative
nipkow [Wed, 26 Jan 1994 22:07:06 +0100] rev 248
case was renamed to sum_case
wenzelm [Mon, 24 Jan 1994 12:03:53 +0100] rev 247
added is_empty: env -> bool, minidx: env -> int option;
nipkow [Thu, 20 Jan 1994 13:35:40 +0100] rev 246
added HOLCF
nipkow [Thu, 20 Jan 1994 12:38:02 +0100] rev 245
removed square and fact
nipkow [Wed, 19 Jan 1994 17:40:26 +0100] rev 244
HOLCF examples
nipkow [Wed, 19 Jan 1994 17:35:01 +0100] rev 243
Franz Regensburger's Higher-Order Logic of Computable Functions embedding LCF
in HOL.
wenzelm [Wed, 19 Jan 1994 14:45:07 +0100] rev 242
commented out sig constraint of functor (for debugging purposes);
wenzelm [Wed, 19 Jan 1994 14:28:35 +0100] rev 241
changed SYNTAX_FILES;
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;
wenzelm [Wed, 19 Jan 1994 14:23:18 +0100] rev 239
minor internal changes;
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);
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;
wenzelm [Wed, 19 Jan 1994 14:15:01 +0100] rev 236
added some utils: commas, breaks, fbreaks, block, parents, list, str_list;
wenzelm [Wed, 19 Jan 1994 14:13:23 +0100] rev 235
cosmetic changes;
wenzelm [Wed, 19 Jan 1994 14:12:40 +0100] rev 234
minor cleanup;
added extend, merge;
added {lookup,make,dest}_multi;
wenzelm [Wed, 19 Jan 1994 14:10:54 +0100] rev 233
major cleanup and reorganisation;
added generic_extend, generic_merge;
added various minor functions;
lcp [Tue, 18 Jan 1994 16:58:41 +0100] rev 232
corrected comment
lcp [Tue, 18 Jan 1994 16:37:12 +0100] rev 231
Updated refs to old Sign functions
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
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.
nipkow [Tue, 18 Jan 1994 07:53:35 +0100] rev 228
some optimizations of Larry's
lcp [Fri, 14 Jan 1994 12:42:49 +0100] rev 227
corrected comments
lcp [Fri, 14 Jan 1994 12:36:30 +0100] rev 226
corrected comments
nipkow [Fri, 14 Jan 1994 08:09:07 +0100] rev 225
optimized net for matching of abstractions to speed up simplifier
nipkow [Tue, 11 Jan 1994 12:58:19 +0100] rev 224
moved misplaced comment
wenzelm [Tue, 11 Jan 1994 11:36:32 +0100] rev 223
removed Syntax/parse_tree.ML;
nipkow [Tue, 11 Jan 1994 08:10:18 +0100] rev 222
optimized the number of eta-contractions in rewriting
clasohm [Mon, 10 Jan 1994 16:58:32 +0100] rev 221
added a check for existence of a temporary file before removing it