nipkow [Fri, 14 Jan 1994 08:09:07 +0100] rev 225
optimized net for matching of abstractions to speed up simplifier
nipkow [Tue, 11 Jan 1994 12:58:19 +0100] rev 224
moved misplaced comment
wenzelm [Tue, 11 Jan 1994 11:36:32 +0100] rev 223
removed Syntax/parse_tree.ML;
nipkow [Tue, 11 Jan 1994 08:10:18 +0100] rev 222
optimized the number of eta-contractions in rewriting
clasohm [Mon, 10 Jan 1994 16:58:32 +0100] rev 221
added a check for existence of a temporary file before removing it
clasohm [Mon, 10 Jan 1994 16:57:31 +0100] rev 220
used unlink for delete_files instead of calling rm
wenzelm [Mon, 10 Jan 1994 13:22:54 +0100] rev 219
commented out sig constraint of functor (for debugging purposes);
lcp [Fri, 07 Jan 1994 10:59:51 +0100] rev 218
ZF/perm/image_comp: new
nipkow [Wed, 05 Jan 1994 19:47:14 +0100] rev 217
got rid of METAHYPS due to the change of the basic simplification routines
(see update of Pure/{thm,drule,tactic}.ML)
nipkow [Wed, 05 Jan 1994 19:43:46 +0100] rev 216
adapted a proof to the new solver (see change of FOL/simpdata.ML)
nipkow [Wed, 05 Jan 1994 19:41:37 +0100] rev 215
updated solver of FOL_ss. see change of HOL/simpdata.ML
nipkow [Wed, 05 Jan 1994 19:33:56 +0100] rev 214
added new parameter to the simplification tactics which indicates if
assumptions are to be simplified and/or to be used when simplifying the
conclusion. This gets rid of METAHYPS and speeds up simplification of goals
with big assumptions.