Mercurial > gui
view timer.urs @ 25:a037ed3854e3
Change time format to work portably in JavaScript
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 04 Dec 2011 16:33:48 -0500 |
parents | 37eefd0a2ed4 |
children |
line wrap: on
line source
(** Cancelable delayed actions *) type t val create : {Milliseconds : int, Action : transaction {}} -> transaction t val cancel : t -> transaction {}