view tests/link.lac @ 122:f7c6ceb87bbd

Three-argument web function test
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 20:25:25 -0400
parents 2d6116de9cca
children f0d3402184d1
line wrap: on
line source
val ancillary : {} -> xhtml = fn () => <html>
        Welcome to the ancillary page!
</html>

val main : {} -> xhtml = fn () => <html><body>
        <a link={ancillary ()}>Enter the unknown!</a>
</body></html>