Fixed in revision 6042. All branches of a term are now inspected for
possible errors. This is achieved using the non-short-circuit
or operator, which always executes both its branches, even if the
first already succeeded.
Eelco Visser [2004-04-30 12:04]
Fixed in revision 6042. All branches of a term are now inspected for
possible errors. This is achieved using the non-short-circuit
or operator, which always executes both its branches, even if the
first already succeeded.