comparison demo/link.ur @ 411:06fcddcd20d3

Sum demo, minus inference of {Unit}s
author Adam Chlipala <adamc@hcoop.net>
date Tue, 21 Oct 2008 19:24:39 -0400
parents 2b604ae76611
children 6a0e54400805
comparison
equal deleted inserted replaced
410:c5a3d223f157 411:06fcddcd20d3
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>