view tests/docevents.ur @ 2038:ec2c7a22df0d

Fix off-by-one error in less-safe FFI wrapper generation
author Adam Chlipala <adam@chlipala.net>
date Sun, 13 Jul 2014 06:14:23 -0400
parents d5c961c709f9
children e8863d9f8c59
line wrap: on
line source
fun main () : transaction page = return <xml>
  <body onload={onDblclick (alert "Double click");
                onKeypress (fn k => alert ("Keypress: " ^ show k))}>
    Nothing here.
  </body>
</xml>