Block exprs as better object literals (was: Semantics and abstract syntax of lambdas)
Mark S. Miller
erights at google.com
Sun Dec 21 14:15:49 PST 2008
On Sun, Dec 21, 2008 at 1:53 PM, Mark S. Miller <erights at google.com> wrote:
> reveal getX() { reveal privX };
> reveal getY() { reveal privY };
>
Oops. Should be
reveal getX() { reveal (privX) };
reveal getY() { reveal (privY) };
--
Cheers,
--MarkM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20081221/2e3301be/attachment.html>
More information about the Es-discuss
mailing list