Mercurial > urweb
diff src/mono_print.sml @ 1360:02fc16faecf3
[De]serialization of times in JavaScript; proper integer division in JavaScript; Basis.crypt; Top.mkRead'; more aggressive Mono-level inlining, for values of function-y types
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 23 Dec 2010 17:46:40 -0500 |
parents | b4480a56cab7 |
children | 0577be31a435 |
line wrap: on
line diff
--- a/src/mono_print.sml Thu Dec 23 11:23:31 2010 -0500 +++ b/src/mono_print.sml Thu Dec 23 17:46:40 2010 -0500 @@ -187,11 +187,11 @@ | EUnop (s, e) => parenIf true (box [string s, space, p_exp' true env e]) - | EBinop (s, e1, e2) => parenIf true (box [p_exp' true env e1, - space, - string s, - space, - p_exp' true env e2]) + | EBinop (_, s, e1, e2) => parenIf true (box [p_exp' true env e1, + space, + string s, + space, + p_exp' true env e2]) | ERecord xes => box [string "{", p_list (fn (x, e, _) =>