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;
wenzelm [Thu, 30 Mar 2000 15:12:20 +0200] rev 8619
added 'moreover' and 'ultimately';
wenzelm [Thu, 30 Mar 2000 15:11:48 +0200] rev 8618
added \MOREOVER, \ULTIMATELY;
wenzelm [Thu, 30 Mar 2000 14:28:54 +0200] rev 8617
support Hindley-Milner polymorphisms in binds and facts;
let_bind(_i): polymorphic version;
moved find_free, export_wrt to Isar/proof_context.ML;
wenzelm [Thu, 30 Mar 2000 14:28:10 +0200] rev 8616
support Hindley-Milner polymorphisms in binds and facts;
let_bind(_i): polymorphic version;
improved warn_extra_tfrees;
added find_free, export_wrt (from Isar/proof.ML);
wenzelm [Thu, 30 Mar 2000 14:25:35 +0200] rev 8615
let_bind(_i): polymorphic version;
wenzelm [Thu, 30 Mar 2000 14:24:46 +0200] rev 8614
ProofContext.find_free;
wenzelm [Thu, 30 Mar 2000 14:22:15 +0200] rev 8613
'tactic': refer to PureIsar structure;
wenzelm [Thu, 30 Mar 2000 14:21:28 +0200] rev 8612
?this: support params;
wenzelm [Thu, 30 Mar 2000 14:20:42 +0200] rev 8611
support polymorphic Vars;