clasohm [Fri, 01 Jul 1994 11:03:42 +0200] rev 444
replaced extend_theory by new add_* functions;
changed syntax of datatype declaration
clasohm [Wed, 29 Jun 1994 12:13:03 +0200] rev 443
added parentheses made necessary by new constrain precedence
clasohm [Wed, 29 Jun 1994 12:03:41 +0200] rev 442
added parentheses made necessary by change of constrain's precedence
clasohm [Wed, 29 Jun 1994 12:01:17 +0200] rev 441
changed precedence of constrain to [4, 0], 3
lcp [Fri, 24 Jun 1994 13:01:53 +0200] rev 440
FOL/FOL.ML/excluded_middle_tac: new
lcp [Fri, 24 Jun 1994 10:45:02 +0200] rev 439
Pure/tactic/subgoals_tac: new (moved from ZF/Order.ML)
lcp [Thu, 23 Jun 1994 17:52:58 +0200] rev 438
minor tidying up (ordered rewriting in Integ.ML)
lcp [Thu, 23 Jun 1994 17:38:12 +0200] rev 437
modifications for cardinal arithmetic
lcp [Thu, 23 Jun 1994 16:44:57 +0200] rev 436
Sara\'s perl script for renaming theory files
lcp [Tue, 21 Jun 1994 17:20:34 +0200] rev 435
Addition of cardinals and order types, various tidying
lcp [Tue, 21 Jun 1994 16:26:34 +0200] rev 434
Various updates and tidying
nipkow [Tue, 21 Jun 1994 11:55:36 +0200] rev 433
improved error msg
nipkow [Mon, 20 Jun 1994 12:25:28 +0200] rev 432
Improved error msg "Proved wrong thm"
clasohm [Mon, 20 Jun 1994 12:13:08 +0200] rev 431
parse.ML and scan.ML are now replaced by thy_parse.ML and thy_scan.ML
nipkow [Mon, 20 Jun 1994 12:03:16 +0200] rev 430
Franz Regensburger's changes.
lcp [Fri, 17 Jun 1994 17:49:03 +0200] rev 429
atomize: borrowed HOL version, which checks for both Trueprop
and == as main connective (avoids using wildcard)
lcp [Fri, 17 Jun 1994 17:47:42 +0200] rev 428
problem 38 is provable
nipkow [Fri, 17 Jun 1994 16:51:37 +0200] rev 427
ordered rewriting applies to conditional rules as well now
clasohm [Fri, 17 Jun 1994 12:43:24 +0200] rev 426
replaced "foldl merge_theories" by "merge_thy_list" in base_on
wenzelm [Thu, 16 Jun 1994 12:07:40 +0200] rev 425
added 'subclass' section;
minor internal cleanups;
wenzelm [Thu, 16 Jun 1994 12:06:56 +0200] rev 424
base_on: added 'mk_draft' arg;
wenzelm [Thu, 16 Jun 1994 12:05:53 +0200] rev 423
(beta release)
wenzelm [Thu, 16 Jun 1994 12:04:33 +0200] rev 422
added ext_tsig_subclass, ext_tsig_defsort;
minor internal rearrangements;
wenzelm [Thu, 16 Jun 1994 12:04:00 +0200] rev 421
added add_classrel;
wenzelm [Thu, 09 Jun 1994 11:11:03 +0200] rev 420
replaced extend_theory;
wenzelm [Thu, 09 Jun 1994 11:09:45 +0200] rev 419
added OldMixfix;
wenzelm [Thu, 09 Jun 1994 11:02:14 +0200] rev 418
workaround bug in Type.expand_typ;
wenzelm [Thu, 09 Jun 1994 11:00:37 +0200] rev 417
new datatype 'mixfix' now pervasive (old one still accesible via OldMixfix);
wenzelm [Thu, 09 Jun 1994 11:00:01 +0200] rev 416
restored functor sig;
added str_of_sort, str_of_arity, rem_sorts;
minor internal cleanup;
wenzelm [Thu, 09 Jun 1994 10:59:20 +0200] rev 415
added axclass.ML, Syntax/mixfix.ML, Thy/thy_syn.ML;
removed Syntax/earley0A.ML, Thy/scan.ML, Thy/parse.ML;