Mercurial > urweb
view tests/makeUrl.ur @ 1243:e754dc92c47c
Parsing boolean SQL constants and fixing a related prover bug
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 18 Apr 2010 10:56:39 -0400 |
parents | 217eb87dde31 |
children |
line wrap: on
line source
fun other () = return <xml>Hi!</xml> fun main () = return <xml>{[Basis.url (main ())]}, {[url (other ())]}</xml>