annotate tests/link.ur @ 1714:d6c45026240d

Do a lot more type simplification for error messages
author Adam Chlipala <adam@chlipala.net>
date Mon, 16 Apr 2012 09:46:42 -0400
parents 6fd102fa28f9
children
rev   line source
adamc@376 1 fun ancillary () = return <xml>
adamc@110 2 Welcome to the ancillary page!
adamc@376 3 </xml>
adamc@110 4
adamc@376 5 fun main () : transaction page = return <xml><body>
adamc@110 6 <a link={ancillary ()}>Enter the unknown!</a>
adamc@376 7 </body></xml>