Mercurial > gui
view timer.urs @ 34:2d195bee1efa
CKeditor wrapper
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 21 Nov 2013 18:19:02 -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 {}