Mercurial > urweb
view tests/vlad1.ur @ 2081:d4ed20beb93b
Tiny lexer change for SML/NJ compatibility (suggested by Ziv Scully)
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 25 Nov 2014 08:21:09 -0500 |
parents | 609ab3947a08 |
children |
line wrap: on
line source
fun row (label : string) : xbody = <xml> {[label]} </xml> fun main () = return (row "asdf")