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;
wenzelm [Thu, 30 Mar 2000 14:20:13 +0200] rev 8610
tuned;
wenzelm [Thu, 30 Mar 2000 14:20:01 +0200] rev 8609
foldl_term_types: depend on term as well;
wenzelm [Thu, 30 Mar 2000 14:19:33 +0200] rev 8608
read_def_cterms: use Sign.read_def_terms;
wenzelm [Thu, 30 Mar 2000 14:19:13 +0200] rev 8607
read_def_terms (no certify yet);
wenzelm [Thu, 30 Mar 2000 14:18:40 +0200] rev 8606
export update_multi;
wenzelm [Thu, 30 Mar 2000 14:15:41 +0200] rev 8605
added tvars_intr_list;
nipkow [Wed, 29 Mar 2000 15:09:51 +0200] rev 8604
*** empty log message ***
nipkow [Wed, 29 Mar 2000 14:23:27 +0200] rev 8603
*** empty log message ***
nipkow [Tue, 28 Mar 2000 17:33:44 +0200] rev 8602
mods because of weak_case_cong -> removed Action.ML twice
nipkow [Tue, 28 Mar 2000 17:32:24 +0200] rev 8601
added weak_case_cong feature
nipkow [Tue, 28 Mar 2000 17:31:36 +0200] rev 8600
mods because of weak_case_cong
wenzelm [Tue, 28 Mar 2000 12:28:24 +0200] rev 8599
fixed railqtoken;
wenzelm [Tue, 28 Mar 2000 11:50:23 +0200] rev 8598
-I option;