Mercurial > urweb
view tests/rec2.ur @ 1564:da11f7b18067
Add an URWEB_PQ_CON environment variable, which overrides the PostgreSQL connection string.
author | Austin Seipp <as@hacks.yi.org> |
---|---|
date | Fri, 23 Sep 2011 23:11:59 -0500 |
parents | 71bafe66dbe1 |
children |
line wrap: on
line source
val rec main = fn () => <html><body> <a link={aux ()}>See another page</a> </body></html> and aux = fn () => <html><body> <a link={main ()}>Back to square one</a> </body></html>