aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/rec.ur
blob: a8084462c3a90aa5e65dcb87e6b6ee6bbff206b5 (plain)
1
2
3
4
5
6
7
fun main () = return <xml><body>
  <a link={other ()}>Go to the other one!</a>
</body></xml>

and other () = return <xml><body>
  <a link={main ()}>Return to <tt>main</tt>!</a>
</body></xml>