Mercurial > urweb
view tests/pathcheck.ur @ 1646:ca3b73a7b4d0
Get a few more source files up-to-date with change to [tag] type
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 28 Dec 2011 18:05:27 -0500 |
parents | 78358e5df273 |
children |
line wrap: on
line source
fun ancillary () : transaction page = return <xml/> fun ancillary () = return <xml> Welcome to the ancillary page! </xml> fun main () : transaction page = return <xml><body> <a link={ancillary ()}>Enter the unknown!</a> </body></xml>