Mercurial > urweb
view tests/optionM.ur @ 1876:fdafa3f92e40
Add <dl> <dt> <dd> tags
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Mon, 07 Oct 2013 14:08:53 +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>