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