Mercurial > urweb
view tests/naughty.ur @ 1676:266814b15dd6
Small fix to previous commit
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 11 Jan 2012 14:52:31 -0500 |
parents | deeeb036c8ed |
children |
line wrap: on
line source
fun main () : transaction page = if naughtyDebug "hello" = 0 then return <xml><body></body></xml> else error <xml>Uhoh!</xml> (*fun main () : transaction page = let val a = naughtyDebug "" in return <xml><body></body></xml> end*)