1 2 3 4 5
fun zero () = return 0 fun main () : transaction page = z <- rpc (zero ()); return <xml>{[z]}</xml>