view tests/vlad1.ur @ 1274:38eb0d0f39b9

Drop in some new autoconf scripts
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jun 2010 13:35:26 -0400
parents 609ab3947a08
children
line wrap: on
line source
fun row (label : string) : xbody = <xml>
 {[label]}
</xml>
fun main () = return (row "asdf")