view tests/vlad1.ur @ 1210:c5bd970e77a5

Parsing more comparison operators
author Adam Chlipala <adamc@hcoop.net>
date Tue, 06 Apr 2010 12:04:08 -0400
parents 609ab3947a08
children
line wrap: on
line source
fun row (label : string) : xbody = <xml>
 {[label]}
</xml>
fun main () = return (row "asdf")