view tests/vlad1.ur @ 1882:77cde56d41b6

Change Pthread thread creation logic to avoid Cygwin limitations with setting stack size
author Adam Chlipala <adam@chlipala.net>
date Mon, 14 Oct 2013 08:08:57 -0400
parents 609ab3947a08
children
line wrap: on
line source
fun row (label : string) : xbody = <xml>
 {[label]}
</xml>
fun main () = return (row "asdf")