Mercurial > urweb
view tests/optionM.ur @ 1812:ea5f920ffa35
Removed setting of ignored XMLHttpRequest headers.
author | Vladimir Shabanov <vshabanoff@gmail.com> |
---|---|
date | Thu, 30 Aug 2012 17:04:30 +0400 |
parents | a99b743a3087 |
children |
line wrap: on
line source
fun main () : transaction page = return <xml>{[x <- Some 1; y <- Some 2; return (x + y)]}</xml>