Mercurial > urweb
view tests/rec2.ur @ 1149:15767031950c
AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C files
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 06 Feb 2010 13:46:17 -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>