view tests/link.lac @ 129:78d59cf0a0cc

Compiled (non-mutual) 'val rec'
author Adam Chlipala <adamc@hcoop.net>
date Thu, 17 Jul 2008 11:02:10 -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>