view tests/rpcList2.ur @ 1546:133c71008bef

Add prototypes for [un]urlification functions
author Adam Chlipala <adam@chlipala.net>
date Sun, 21 Aug 2011 10:55:31 -0400
parents 5f530f8e3511
children 553a5cc3a4b5
line wrap: on
line source
fun rpcFunc l : transaction {} = return ()

fun main () : transaction page = return <xml><body>
  <button onclick={
    rpc (rpcFunc (("" :: []) :: []))
  }/>
  </body></xml>