view gui.ur @ 11:ccd0a169e827

Clock corrects for skew, so that it matches server time (if an RPC round-trips fast enough)
author Adam Chlipala <adam@chlipala.net>
date Sun, 24 Jul 2011 14:51:16 -0400
parents 90be8b8917d5
children 16447dc6a68c
line wrap: on
line source
class gui t = t -> xbody

fun toXml [t ::: Type] (xmlize : gui t) = xmlize

fun gui_xbody x = x

fun mkGui [t ::: Type] (toXml : t -> xbody) = toXml