view tests/whiteout.ur @ 1679:3636d0eeb39c

Fixed clients mutex initialization for compiling under OS X.
author Vladimir Shabanov <vshabanoff@gmail.com>
date Sat, 14 Jan 2012 23:02:34 +0400
parents f0224c7f12bb
children
line wrap: on
line source
table t : { Chan : option (channel unit) }

fun main () : transaction page =
    ch <- channel;
    dml (INSERT INTO t (Chan) VALUES ({[Some ch]}));
    return <xml><body>Did it.</body></xml>