view demo/listFun.urs @ 1763:22858505bb2d

Allow RPC and run it synchronously in onunload event.
author Vladimir Shabanov <vshabanoff@gmail.com>
date Wed, 16 May 2012 22:46:35 +0400
parents ab3177746c78
children
line wrap: on
line source
functor Make(M : sig
                 type t
                 val toString : t -> string
                 val fromString : string -> option t
             end) : sig
    val main : unit -> transaction page
end