view demo/rec.ur @ 1703:6f2f74cc4ead

Change ID generation scheme to conform to HTML standards (thanks to Edward Yang for the catch)
author Adam Chlipala <adam@chlipala.net>
date Fri, 16 Mar 2012 08:42:51 -0400
parents 345fcf91c806
children
line wrap: on
line source
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>