Mercurial > urweb
annotate tests/twoArg.ur @ 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 | e06bfeb6c2aa |
children |
rev | line source |
---|---|
adamc@1125 | 1 fun main n s = return <xml>{[n]}, {[s]}</xml> |
adamc@1125 | 2 |
adamc@1125 | 3 val shadow = return <xml>You found me!</xml> |