view tests/vlad1.ur @ 1579:e1f4ac9ca34b

Note a parsing restriction in the manual
author Adam Chlipala <adam@chlipala.net>
date Fri, 21 Oct 2011 08:36:10 -0400
parents 609ab3947a08
children
line wrap: on
line source
fun row (label : string) : xbody = <xml>
 {[label]}
</xml>
fun main () = return (row "asdf")