Mercurial > urweb
view tests/float.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 | 4d04cb89649b |
children |
line wrap: on
line source
fun main () = let val x = 0.001 * 50.0 in return <xml><body>{[x]}</body></xml> end