Mercurial > urweb
view tests/vlad1.ur @ 2293:8be54d7bd06e
Trivial change to benchmark.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Wed, 18 Nov 2015 14:48:24 -0500 |
parents | 609ab3947a08 |
children |
line wrap: on
line source
fun row (label : string) : xbody = <xml> {[label]} </xml> fun main () = return (row "asdf")