Mercurial > urweb
view tests/naughty.ur @ 2236:fab8c1f131a5
Major DNF-calculation performance decrapification.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Tue, 30 Jun 2015 01:56:22 -0700 |
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*)