[mercury-users] Incomprehensible error output, even with -E.
Mark Brown
mark at csse.unimelb.edu.au
Thu Feb 2 19:56:48 AEDT 2012
On 02-Feb-2012, Michael Richter <ttmrichter at gmail.com> wrote:
>
> And at this point I'm lost. How does X have overlapping scope when I've
> explicitly built a new scope for the second X?
The inner func expression introduces a new variable X. It used to
overlap the X from the outer func expression, now it overlaps the X that
you explicitly introduced.
Cheers,
Mark.
--------------------------------------------------------------------------
mercury-users mailing list
Post messages to: mercury-users at csse.unimelb.edu.au
Administrative Queries: owner-mercury-users at csse.unimelb.edu.au
Subscriptions: mercury-users-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the users
mailing list