view demo/listFun.urs @ 1166:e1df4c63e336

New release
author Adam Chlipala <adamc@hcoop.net>
date Sat, 13 Feb 2010 10:13:50 -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