clauses --> switches

Erwan Jahier Erwan.Jahier at irisa.fr
Fri May 29 17:51:08 AEST 1998


Hi,

Let's consider a Mercury predicate defining by several clauses. 
Is it true to say that those clauses will be converted into exactly one 
switch ? Are there some cases where it can be splited into several
switches (on different arguments of the predicate) ?

In other words, is it true to say that a goalpath of the form "s1;..."
corresponds to an event occuring in the first clause, "s2;..." in the
second clause, ... ?

That way I could print source variable names within the tracer.
-- 
R1.



More information about the developers mailing list