view tests/namejs.ur @ 1854:bddd0ec5d3da

Tweak to 'let' inlining behavior
author Adam Chlipala <adam@chlipala.net>
date Sun, 02 Jun 2013 10:17:52 -0400
parents 38297294cf98
children
line wrap: on
line source
fun main (n : int) (s : string) : transaction page = return <xml><body>
  <button onclick={fn _ => alert ("n = " ^ show n ^ "; s = " ^ s)}/>
</body></xml>