changeset 59792 | f19f4afa49e2 |
parent 59751 | 916c0f6c83e3 |
child 59796 | f05ef8c62e4f |
--- a/NEWS Mon Mar 23 23:12:33 2015 +0100 +++ b/NEWS Mon Mar 23 23:16:40 2015 +0100 @@ -61,6 +61,11 @@ *** Pure *** +* Proof methods with explicit instantiation ("rule_tac", "subgoal_tac" +etc.) allow an optional context of local variables ('for' declaration): +these variables become schematic in the instantiated theorem. This +behaviour is analogous to 'for' in attributes "where" and "of". + * Command "class_deps" takes optional sort arguments constraining the search space.