Mercurial > urweb
view demo/listFun.urs @ 1344:660a2715e2bd
Clarify that you aren't supposed to be able to create new XML tags
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 16 Dec 2010 10:23:37 -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