wenzelm [Sat, 01 Apr 2000 20:11:50 +0200] rev 8649
more robust handling of explicit rules;
wenzelm [Sat, 01 Apr 2000 20:10:57 +0200] rev 8648
tuned mixfix syntax;
wenzelm [Sat, 01 Apr 2000 20:09:52 +0200] rev 8647
added ProofGeneral.undo;
wenzelm [Sat, 01 Apr 2000 20:09:20 +0200] rev 8646
isatool document: check output file (workaround PolyML problem with RC);
wenzelm [Fri, 31 Mar 2000 22:39:39 +0200] rev 8645
use cong_add_global att;
wenzelm [Fri, 31 Mar 2000 22:39:06 +0200] rev 8644
added cong atts;
wenzelm [Fri, 31 Mar 2000 22:22:23 +0200] rev 8643
added cong atts;
wenzelm [Fri, 31 Mar 2000 22:01:01 +0200] rev 8642
made SML/XL happy;
wenzelm [Fri, 31 Mar 2000 22:00:36 +0200] rev 8641
change_global/local_css move to Provers/clasimp.ML;
fixed 'iff' att syntax;
added 'cong' att;
wenzelm [Fri, 31 Mar 2000 21:59:37 +0200] rev 8640
setup cong_attrib_setup;
wenzelm [Fri, 31 Mar 2000 21:58:34 +0200] rev 8639
added change_global/local_css;
wenzelm [Fri, 31 Mar 2000 21:57:14 +0200] rev 8638
added 'cong' att;
fixed 'iff' syntax;
wenzelm [Fri, 31 Mar 2000 21:56:23 +0200] rev 8637
tuned;
wenzelm [Fri, 31 Mar 2000 21:56:13 +0200] rev 8636
params: preserve case names;
wenzelm [Fri, 31 Mar 2000 21:55:51 +0200] rev 8635
fixed indexing of elim rules;
wenzelm [Fri, 31 Mar 2000 21:55:27 +0200] rev 8634
use Attrib.add_del_args;
wenzelm [Fri, 31 Mar 2000 21:54:50 +0200] rev 8633
added add_del_args;
wenzelm [Fri, 31 Mar 2000 18:10:21 +0200] rev 8632
fixed goal syntax;
nipkow [Fri, 31 Mar 2000 10:23:15 +0200] rev 8631
comments modified
kleing [Fri, 31 Mar 2000 10:17:32 +0200] rev 8630
tuned
kleing [Fri, 31 Mar 2000 10:15:33 +0200] rev 8629
included new stanford mirror, mirror links now point to source directly
nipkow [Fri, 31 Mar 2000 10:08:26 +0200] rev 8628
updated recdef
wenzelm [Thu, 30 Mar 2000 21:26:10 +0200] rev 8627
tuned;
nipkow [Thu, 30 Mar 2000 20:06:27 +0200] rev 8626
recdef
nipkow [Thu, 30 Mar 2000 19:47:17 +0200] rev 8625
If all termination conditions are proved automatically,
the recusrion equations are added to the simpset automatically.
recdef.rules -> recdef.simps
nipkow [Thu, 30 Mar 2000 19:45:51 +0200] rev 8624
recdef.rules -> recdef.simps
nipkow [Thu, 30 Mar 2000 19:45:18 +0200] rev 8623
mod in recdef allows to access the correct simpset via simpset().
nipkow [Thu, 30 Mar 2000 19:44:11 +0200] rev 8622
the simplification rules returned from TFL are now paired with the row they
came from.
wenzelm [Thu, 30 Mar 2000 15:13:59 +0200] rev 8621
* Isar/Pure: local results and corresponding term bindings are now
subject to Hindley-Milner polymorphism (similar to ML); this
accommodates incremental type-inference nicely;
* Isar/Pure: new calculational elements 'moreover' and 'ultimately'
support plain accumulation of results, without applying any rules yet;
wenzelm [Thu, 30 Mar 2000 15:13:02 +0200] rev 8620
support Hindley-Milner polymorphisms in results and bindings;