- Minor output fixes.
This commit is contained in:
parent
9271cc7624
commit
8e1041b567
@ -2362,7 +2362,7 @@ bind_goal (const Binding b)
|
|||||||
eprintf ("* Because ");
|
eprintf ("* Because ");
|
||||||
termPrint (b->term);
|
termPrint (b->term);
|
||||||
eprintf
|
eprintf
|
||||||
(" is never sent from a regular run (STILL NEEDS LEMMA!), we only intruder construct it.\n");
|
(" is never sent from a regular run, so we only intruder construct it.\n");
|
||||||
}
|
}
|
||||||
know_only = 1;
|
know_only = 1;
|
||||||
}
|
}
|
||||||
|
@ -453,7 +453,7 @@ check_claim_niagree (const System sys, const int i)
|
|||||||
{
|
{
|
||||||
cl->failed = statesIncrease (cl->failed);
|
cl->failed = statesIncrease (cl->failed);
|
||||||
|
|
||||||
//#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
warning ("Claim has failed!");
|
warning ("Claim has failed!");
|
||||||
printf ("To be exact, claim label ");
|
printf ("To be exact, claim label ");
|
||||||
termPrint (cl->label);
|
termPrint (cl->label);
|
||||||
@ -465,7 +465,7 @@ check_claim_niagree (const System sys, const int i)
|
|||||||
printf ("\ng: ");
|
printf ("\ng: ");
|
||||||
termmapPrint (g);
|
termmapPrint (g);
|
||||||
printf ("\n");
|
printf ("\n");
|
||||||
//#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
termmapDelete (f);
|
termmapDelete (f);
|
||||||
|
Loading…
Reference in New Issue
Block a user