view demo/listFun.urs @ 1197:6d8e3dcb9713

New release
author Adam Chlipala <adamc@hcoop.net>
date Thu, 01 Apr 2010 17:23:17 -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