Mercurial > urweb
view tests/whiteout.ur @ 2088:4be82596b8e3
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 06 Dec 2014 15:26:56 -0500 |
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>