comparison demo/rec.ur @ 407:345fcf91c806
Rec demo
author |
Adam Chlipala <adamc@hcoop.net> |
date |
Tue, 21 Oct 2008 17:34:20 -0400 |
parents |
|
children |
|
comparison
equal
deleted
inserted
replaced
|
1 fun main () = return <xml><body> |
|
2 <a link={other ()}>Go to the other one!</a> |
|
3 </body></xml> |
|
4 |
|
5 and other () = return <xml><body> |
|
6 <a link={main ()}>Return to <tt>main</tt>!</a> |
|
7 </body></xml> |