1 2 3 4 5 6 7
fun target () = return <xml><body> Welcome! </body></xml> fun main () = return <xml><body> <a link={target ()}>Go there</a> </body></xml>