Mercurial > urweb
view tests/float.ur @ 1959:3cc14f1e47d1
Stop quoting Postgres identifiers in 'noMangleSql' mode
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 15 Jan 2014 15:46:46 -0500 |
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