Mercurial > urweb
view tests/badRpc.ur @ 1865:5144e03ef603
Potentially exponential search through where to head-normalize in [decompileCon]
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 19 Aug 2013 12:38:43 -0400 |
parents | 78e0d56b594e |
children |
line wrap: on
line source
fun zero () = return 0 fun main () : transaction page = z <- rpc (zero ()); return <xml>{[z]}</xml>