summaryrefslogtreecommitdiff
path: root/tests/rpcList2.ur
blob: c0739b84152e66a6efe8e88360104a73803ffd32 (plain)
1
2
3
4
5
6
7
fun rpcFunc l : transaction {} = return ()

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