updated
authorpaulson
Fri, 12 May 2000 15:21:58 +0200
changeset 8870 e900a58cafe4
parent 8869 9ba7ef8a765b
child 8871 76b9219da197
updated
src/Provers/README
--- a/src/Provers/README	Fri May 12 15:20:46 2000 +0200
+++ b/src/Provers/README	Fri May 12 15:21:58 2000 +0200
@@ -18,6 +18,10 @@
   typedsimp.ML          basic simplifier for explicitly typed logics
 
 directory Arith:
+  abel_cancel.ML	cancel complementary terms in sums of Abelian groups
+  assoc_fold.ML		fold numerals in nested products
+  cancel_numerals.ML	cancel common coefficients in balanced expressions
   cancel_factor.ML	cancel common constant factor
   cancel_sums.ML	cancel common summands
-  nat_transitive.ML	simple package for inequalities over nat
+  combine_numerals.ML	combine coefficients in expressions
+  fast_lin_arith.ML	generic linear arithmetic package