# HG changeset patch # User wenzelm # Date 1030459312 -7200 # Node ID aede0306e21400e18c9a004f7daccbe27e0c357d # Parent 7d62554fa0e0f7d3fa27650b8d8c1bb68c6dba95 * Pure: disallow duplicate fact bindings within new-style theory files; diff -r 7d62554fa0e0 -r aede0306e214 NEWS --- a/NEWS Tue Aug 27 16:41:01 2002 +0200 +++ b/NEWS Tue Aug 27 16:41:52 2002 +0200 @@ -25,6 +25,9 @@ locales); an optional limit for the number of printed facts may be given (the default is 40); +* Pure: disallow duplicate fact bindings within new-style theory +files; + * Provers: improved induct method: assumptions introduced by case "foo" are split into "foo.hyps" (from the rule) and "foo.prems" (from the goal statement); "foo" still refers to all facts collectively;