view tests/vlad1.ur @ 1235:a7b773f1d053

Command-line use of Iflow
author Adam Chlipala <adamc@hcoop.net>
date Tue, 13 Apr 2010 11:34:59 -0400
parents 609ab3947a08
children
line wrap: on
line source
fun row (label : string) : xbody = <xml>
 {[label]}
</xml>
fun main () = return (row "asdf")