1994-07-11 documented subgoals_tac
lcp [Mon, 11 Jul 1994 17:38:10 +0200] rev 457
documented subgoals_tac
1994-07-11 New errata list for the documentation
lcp [Mon, 11 Jul 1994 16:47:20 +0200] rev 456
New errata list for the documentation
1994-07-11 misc updates
lcp [Mon, 11 Jul 1994 16:29:21 +0200] rev 455
misc updates
1994-07-11 removed flatten_term and replaced add_axioms by add_axioms_i
clasohm [Mon, 11 Jul 1994 13:15:05 +0200] rev 454
removed flatten_term and replaced add_axioms by add_axioms_i
1994-07-07 added () around some of the ::
nipkow [Thu, 07 Jul 1994 19:47:34 +0200] rev 453
added () around some of the ::
1994-07-07 changed priority of ::
nipkow [Thu, 07 Jul 1994 19:22:49 +0200] rev 452
changed priority of ::
1994-07-06 exported opt_infix, opt_mixfix parsers;
wenzelm [Wed, 06 Jul 1994 14:39:32 +0200] rev 451
exported opt_infix, opt_mixfix parsers; removed 'subclass' section (now handled by 'instance'); improved make_syntax: section names now added automatically to keywords;
1994-07-06 added raw_unify;
wenzelm [Wed, 06 Jul 1994 12:51:27 +0200] rev 450
added raw_unify;
1994-07-06 various minor changes (names and comments);
wenzelm [Wed, 06 Jul 1994 12:49:56 +0200] rev 449
various minor changes (names and comments);
1994-07-06 changed comment for const_name
clasohm [Wed, 06 Jul 1994 11:53:30 +0200] rev 448
changed comment for const_name
1994-07-06 changed comment only;
wenzelm [Wed, 06 Jul 1994 11:36:00 +0200] rev 447
changed comment only;
1994-07-01 rewritec now uses trace_thm for it's "rewrite rule from different theory"
clasohm [Fri, 01 Jul 1994 11:10:31 +0200] rev 446
rewritec now uses trace_thm for it's "rewrite rule from different theory" message
1994-07-01 changed syntax of datatype declaration
clasohm [Fri, 01 Jul 1994 11:04:12 +0200] rev 445
changed syntax of datatype declaration
1994-07-01 replaced extend_theory by new add_* functions;
clasohm [Fri, 01 Jul 1994 11:03:42 +0200] rev 444
replaced extend_theory by new add_* functions; changed syntax of datatype declaration
1994-06-29 added parentheses made necessary by new constrain precedence
clasohm [Wed, 29 Jun 1994 12:13:03 +0200] rev 443
added parentheses made necessary by new constrain precedence
1994-06-29 added parentheses made necessary by change of constrain's precedence
clasohm [Wed, 29 Jun 1994 12:03:41 +0200] rev 442
added parentheses made necessary by change of constrain's precedence
1994-06-29 changed precedence of constrain to [4, 0], 3
clasohm [Wed, 29 Jun 1994 12:01:17 +0200] rev 441
changed precedence of constrain to [4, 0], 3
1994-06-24 FOL/FOL.ML/excluded_middle_tac: new
lcp [Fri, 24 Jun 1994 13:01:53 +0200] rev 440
FOL/FOL.ML/excluded_middle_tac: new
1994-06-24 Pure/tactic/subgoals_tac: new (moved from ZF/Order.ML)
lcp [Fri, 24 Jun 1994 10:45:02 +0200] rev 439
Pure/tactic/subgoals_tac: new (moved from ZF/Order.ML)
1994-06-23 minor tidying up (ordered rewriting in Integ.ML)
lcp [Thu, 23 Jun 1994 17:52:58 +0200] rev 438
minor tidying up (ordered rewriting in Integ.ML)
1994-06-23 modifications for cardinal arithmetic
lcp [Thu, 23 Jun 1994 17:38:12 +0200] rev 437
modifications for cardinal arithmetic
1994-06-23 Sara\'s perl script for renaming theory files
lcp [Thu, 23 Jun 1994 16:44:57 +0200] rev 436
Sara\'s perl script for renaming theory files
1994-06-21 Addition of cardinals and order types, various tidying
lcp [Tue, 21 Jun 1994 17:20:34 +0200] rev 435
Addition of cardinals and order types, various tidying
1994-06-21 Various updates and tidying
lcp [Tue, 21 Jun 1994 16:26:34 +0200] rev 434
Various updates and tidying
1994-06-21 improved error msg
nipkow [Tue, 21 Jun 1994 11:55:36 +0200] rev 433
improved error msg
1994-06-20 Improved error msg "Proved wrong thm"
nipkow [Mon, 20 Jun 1994 12:25:28 +0200] rev 432
Improved error msg "Proved wrong thm"
1994-06-20 parse.ML and scan.ML are now replaced by thy_parse.ML and thy_scan.ML
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
1994-06-20 Franz Regensburger's changes.
nipkow [Mon, 20 Jun 1994 12:03:16 +0200] rev 430
Franz Regensburger's changes.
1994-06-17 atomize: borrowed HOL version, which checks for both Trueprop
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)
1994-06-17 problem 38 is provable
lcp [Fri, 17 Jun 1994 17:47:42 +0200] rev 428
problem 38 is provable
1994-06-17 ordered rewriting applies to conditional rules as well now
nipkow [Fri, 17 Jun 1994 16:51:37 +0200] rev 427
ordered rewriting applies to conditional rules as well now
1994-06-17 replaced "foldl merge_theories" by "merge_thy_list" in base_on
clasohm [Fri, 17 Jun 1994 12:43:24 +0200] rev 426
replaced "foldl merge_theories" by "merge_thy_list" in base_on
1994-06-16 added 'subclass' section;
wenzelm [Thu, 16 Jun 1994 12:07:40 +0200] rev 425
added 'subclass' section; minor internal cleanups;
1994-06-16 base_on: added 'mk_draft' arg;
wenzelm [Thu, 16 Jun 1994 12:06:56 +0200] rev 424
base_on: added 'mk_draft' arg;
1994-06-16 (beta release)
wenzelm [Thu, 16 Jun 1994 12:05:53 +0200] rev 423
(beta release)
1994-06-16 added ext_tsig_subclass, ext_tsig_defsort;
wenzelm [Thu, 16 Jun 1994 12:04:33 +0200] rev 422
added ext_tsig_subclass, ext_tsig_defsort; minor internal rearrangements;
1994-06-16 added add_classrel;
wenzelm [Thu, 16 Jun 1994 12:04:00 +0200] rev 421
added add_classrel;
1994-06-09 replaced extend_theory;
wenzelm [Thu, 09 Jun 1994 11:11:03 +0200] rev 420
replaced extend_theory;
1994-06-09 added OldMixfix;
wenzelm [Thu, 09 Jun 1994 11:09:45 +0200] rev 419
added OldMixfix;
1994-06-09 workaround bug in Type.expand_typ;
wenzelm [Thu, 09 Jun 1994 11:02:14 +0200] rev 418
workaround bug in Type.expand_typ;
1994-06-09 new datatype 'mixfix' now pervasive (old one still accesible via OldMixfix);
wenzelm [Thu, 09 Jun 1994 11:00:37 +0200] rev 417
new datatype 'mixfix' now pervasive (old one still accesible via OldMixfix);
1994-06-09 restored functor sig;
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;
1994-06-09 added axclass.ML, Syntax/mixfix.ML, Thy/thy_syn.ML;
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;
1994-06-01 added signature constraint;
wenzelm [Wed, 01 Jun 1994 15:49:46 +0200] rev 414
added signature constraint; replaced 'also' by '|>'; added 'sigclass' section; removed pure_syntax;
1994-06-01 removed garbage;
wenzelm [Wed, 01 Jun 1994 15:47:27 +0200] rev 413
removed garbage; adapted to new ThySyn (interface for 'user sections');
1994-06-01 restored old functor name;
wenzelm [Wed, 01 Jun 1994 15:46:11 +0200] rev 412
restored old functor name; adapted to new ThySyn;
1994-06-01 interface for 'user sections';
wenzelm [Wed, 01 Jun 1994 15:44:56 +0200] rev 411
interface for 'user sections';
1994-06-01 replaced infix also by |>
wenzelm [Wed, 01 Jun 1994 15:42:25 +0200] rev 410
replaced infix also by |>
1994-06-01 added test for $ISABELLEBIN=source directory, to
lcp [Wed, 01 Jun 1994 13:18:35 +0200] rev 409
added test for $ISABELLEBIN=source directory, to avoid isabelle/Pure being mistaken for bin/Pure
1994-06-01 Improved error messages
lcp [Wed, 01 Jun 1994 13:11:40 +0200] rev 408
Improved error messages
1994-06-01 reflected changes in the structure of Thy
nipkow [Wed, 01 Jun 1994 08:28:12 +0200] rev 407
reflected changes in the structure of Thy
1994-05-31 simpset is hidden in a functor now.
nipkow [Tue, 31 May 1994 13:17:41 +0200] rev 406
simpset is hidden in a functor now.
1994-05-29 Internale optimization of the simplifier: in case a subterm stays unchanged,
nipkow [Sun, 29 May 1994 15:14:28 +0200] rev 405
Internale optimization of the simplifier: in case a subterm stays unchanged, None is returned. Speeds things up a little bit and is going to be useful later on.
1994-05-26 axiomatic type class 'package' for Pure (alpha version);
wenzelm [Thu, 26 May 1994 16:53:58 +0200] rev 404
axiomatic type class 'package' for Pure (alpha version);
1994-05-26 added "axclass.ML", structure AxClass;
wenzelm [Thu, 26 May 1994 16:51:46 +0200] rev 403
added "axclass.ML", structure AxClass;
1994-05-26 added subsort, norm_sort, classes;
wenzelm [Thu, 26 May 1994 16:45:56 +0200] rev 402
added subsort, norm_sort, classes; minor internal cleanups;
(0) -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip