Mercurial > urweb
view tests/char.ur @ 1260:25ebd8c4fafb
Thunking recursive JavaScripted function ASTs, to reduce page load time dramatically
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 22 May 2010 14:09:06 -0400 |
parents | 395a5d450cc0 |
children |
line wrap: on
line source
fun main () = case #"A" of #"B" => return <xml/> | _ => return <xml>A!</xml>