adamc@1047: fun row (label : string) : xbody = adamc@1047: {[label]} adamc@1047: adamc@1047: fun main () = return (row "asdf") adamc@1047: