- Improved proof output.

This commit is contained in:
ccremers 2004-08-19 14:55:21 +00:00
parent 8fa7c4e839
commit f2bc78cc1f

View File

@ -361,7 +361,7 @@ proof_select_goal (Binding b)
indentPrint (); indentPrint ();
eprintf ("Selected goal: Where does term "); eprintf ("Selected goal: Where does term ");
termPrint (b->term); termPrint (b->term);
eprintf (" originate first?\n"); eprintf (" occur first as an interm?\n");
indentPrint (); indentPrint ();
eprintf ("* It is required for "); eprintf ("* It is required for ");
roledefPrint (rd); roledefPrint (rd);