comparison lib/ur/basis.urs @ 694:7ea0df9e56b6

spawn
author Adam Chlipala <adamc@hcoop.net>
date Sat, 04 Apr 2009 14:55:36 -0400
parents cc58941da3e2
children 500e93aa436f
comparison
equal deleted inserted replaced
693:655bcc9b77e0 694:7ea0df9e56b6
103 103
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 109
109 110
110 (** Channels *) 111 (** Channels *)
111 112
112 con channel :: Type -> Type 113 con channel :: Type -> Type