Mercurial > urweb
view tests/whiteout.ur @ 1714:d6c45026240d
Do a lot more type simplification for error messages
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 16 Apr 2012 09:46:42 -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>