view demo/listFun.urs @ 472:0f128cbc2758

Generated web servers use getopt()
author Adam Chlipala <adamc@hcoop.net>
date Sat, 08 Nov 2008 09:55:36 -0500
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