Mercurial > urweb
view tests/link.lac @ 124:541282b81454
Explifying (non-mutual) 'val rec'
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 17 Jul 2008 10:13:18 -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>