Mercurial > urweb
view tests/vlad1.ur @ 2110:9e9c915f554c
A new MonoReduce optimization for lifting 'let' out of field projection; JavaScript compilation for exponentiation
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 01 Feb 2015 12:29:14 -0500 |
parents | 609ab3947a08 |
children |
line wrap: on
line source
fun row (label : string) : xbody = <xml> {[label]} </xml> fun main () = return (row "asdf")