view tests/vlad1.ur @ 1428:58c9c039582a

Deal with Postgres's wonky type-changing for nullable columns of views
author Adam Chlipala <adam@chlipala.net>
date Fri, 25 Feb 2011 15:46:29 -0500
parents 609ab3947a08
children
line wrap: on
line source
fun row (label : string) : xbody = <xml>
 {[label]}
</xml>
fun main () = return (row "asdf")