Mercurial > urweb
view tests/optionM.ur @ 1633:deeeb036c8ed
Treat [naughtyDebug] as pure for optimization purposes
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 05 Dec 2011 10:43:06 -0500 |
parents | a99b743a3087 |
children |
line wrap: on
line source
fun main () : transaction page = return <xml>{[x <- Some 1; y <- Some 2; return (x + y)]}</xml>