Mercurial > urweb
view demo/rec.ur @ 1466:e2d7bd41f527
Remember to remove explicit table projections in SQLite UPDATE SET values
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 30 May 2011 07:48:08 -0400 |
parents | 345fcf91c806 |
children |
line wrap: on
line source
fun main () = return <xml><body> <a link={other ()}>Go to the other one!</a> </body></xml> and other () = return <xml><body> <a link={main ()}>Return to <tt>main</tt>!</a> </body></xml>