1 2 3 4 5
fun row (label : string) : xbody = <xml> {[label]} </xml> fun main () = return (row "asdf")