Mercurial > urweb
view tests/vlad1.ur @ 1105:a5c160636832
Protect against NULL applications in a few places
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 31 Dec 2009 15:14:24 -0500 |
parents | 609ab3947a08 |
children |
line wrap: on
line source
fun row (label : string) : xbody = <xml> {[label]} </xml> fun main () = return (row "asdf")