view demo/react.ur @ 1566:7328dfeb7c0f

Tweaked Emacs mode to handle many "->" faster.
author Vladimir Shabanov <vshabanoff@gmail.com>
date Mon, 26 Sep 2011 03:29:09 +0400
parents 1b571a05874c
children e6bc6bbd7a32
line wrap: on
line source
fun main () =
  s <- source "You didn't click it yet.";
  return <xml><body>
    <button value="Click me!" onclick={set s "Now you clicked it."}/><br/>
    <dyn signal={v <- signal s; return <xml>{[v]}</xml>}/>
  </body></xml>