Mercurial > urweb
view demo/listFun.urs @ 1559:df6a7a22760a
New Basis functions: preventDefault and stopPropagation (code contributed by Vladimir Shabanov)
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 11 Sep 2011 14:14:49 -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