Mercurial > urweb
comparison lib/ur/basis.urs @ 695:500e93aa436f
sleep and better Scriptcheck
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 04 Apr 2009 15:56:47 -0400 |
parents | 7ea0df9e56b6 |
children | f963356b53fd |
comparison
equal
deleted
inserted
replaced
694:7ea0df9e56b6 | 695:500e93aa436f |
---|---|
104 | 104 |
105 (** JavaScript-y gadgets *) | 105 (** JavaScript-y gadgets *) |
106 | 106 |
107 val alert : string -> transaction unit | 107 val alert : string -> transaction unit |
108 val spawn : transaction unit -> transaction unit | 108 val spawn : transaction unit -> transaction unit |
109 val sleep : int -> transaction unit | |
109 | 110 |
110 | 111 |
111 (** Channels *) | 112 (** Channels *) |
112 | 113 |
113 con channel :: Type -> Type | 114 con channel :: Type -> Type |