view tests/with.ur @ 523:612001c39ed6

Note optimizations in changelog
author Adam Chlipala <adamc@hcoop.net>
date Thu, 27 Nov 2008 13:43:15 -0500
parents 075b36dbb1a4
children
line wrap: on
line source
val r = ({A = 1, B = 2} with #C = "Hi") with #D = "Bye"

fun main () : transaction page = return <html><body>
        {cdata r.C}, {cdata r.D}
</body></html>