Mercurial > urweb
view demo/listFun.urs @ 1007:d3af9e54c828
Title and abstract
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 22 Oct 2009 11:37:58 -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