Mercurial > urweb
view tests/whiteout.ur @ 1325:fdf48f6ba418
More hnorm during type class resolution
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 02 Dec 2010 12:24:09 -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>