*** empty log message ***
authornipkow
Mon, 14 Oct 2002 13:35:17 +0200
changeset 13648 610cedff5538
parent 13647 7f6f0ffc45c3
child 13649 0f562a70c07d
*** empty log message ***
NEWS
--- a/NEWS	Mon Oct 14 11:32:00 2002 +0200
+++ b/NEWS	Mon Oct 14 13:35:17 2002 +0200
@@ -43,6 +43,14 @@
 useful for figuring out why single step proofs like rule, erule or
 assumption failed.
 
+* Pure: you can find all matching introduction rules for subgoal 1,
+  i.e. all rules whose conclusion matches subgoal 1, by executing
+  ML"ProofGeneral.print_intros()"
+  The rules are ordered by how closely they match the subgoal.
+  In particular, rules that solve a subgoal outright are displayed first
+  (or rather last, the way it is printed).
+  TODO: integration with PG
+
 * Pure: locale specifications now produce predicate definitions
 according to the body of text (covering assumptions modulo local
 definitions); predicate "loc_axioms" covers newly introduced text,