view gui.ur @ 17:2947170fcfd6

Fix sign error in clock skew correction
author Adam Chlipala <adam@chlipala.net>
date Sun, 21 Aug 2011 11:27:41 -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