comparison demo/link.ur @ 413:6a0e54400805

Sum prose
author Adam Chlipala <adamc@hcoop.net>
date Tue, 21 Oct 2008 19:56:20 -0400
parents 06fcddcd20d3
children
comparison
equal deleted inserted replaced
412:df4cbd90a26e 413:6a0e54400805
1 fun target () = return <xml><body> 1 fun target () = return <xml><body>
2 Welcome! 2 Welcome!
3 </body></xml> 3 </body></xml>
4 4
5 fun main () = return <xml><body> 5 fun main () = return <xml><body>
6 <a link={target}>Go there</a> 6 <a link={target ()}>Go there</a>
7 </body></xml> 7 </body></xml>