Mercurial > urweb
view demo/link.ur @ 616:d26d1f3acfd6
Semantics for ordered rows only
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Wed, 18 Feb 2009 09:32:17 -0500 |
parents | 6a0e54400805 |
children |
line wrap: on
line source
fun target () = return <xml><body> Welcome! </body></xml> fun main () = return <xml><body> <a link={target ()}>Go there</a> </body></xml>