Mercurial > urweb
view demo/listFun.urs @ 1476:3bef8d50b4d6
Add rowspan attribute to td,th elements.
author | Karn Kallio <kkallio@eka> |
---|---|
date | Wed, 22 Jun 2011 13:58:43 -0430 |
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