view demo/link.ur @ 430:0af37c883358

mkdir -p BIN
author Adam Chlipala <adamc@hcoop.net>
date Sat, 25 Oct 2008 12:18:33 -0400
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>