comparison tests/pathcheck.ur @ 377:78358e5df273

Proper generation of relation names; checking that sequences exist
author Adam Chlipala <adamc@hcoop.net>
date Sun, 19 Oct 2008 12:12:59 -0400
parents
children
comparison
equal deleted inserted replaced
376:6fd102fa28f9 377:78358e5df273
1 fun ancillary () : transaction page = return <xml/>
2
3 fun ancillary () = return <xml>
4 Welcome to the ancillary page!
5 </xml>
6
7 fun main () : transaction page = return <xml><body>
8 <a link={ancillary ()}>Enter the unknown!</a>
9 </body></xml>