Mercurial > urweb
view demo/link.ur @ 896:0ae8894d5c97
New command-line options; describe simple SQLite build in demo intro
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 18 Jul 2009 13:46:22 -0400 |
parents | 6a0e54400805 |
children |
line wrap: on
line source
fun target () = return <xml><body> Welcome! </body></xml> fun main () = return <xml><body> <a link={target ()}>Go there</a> </body></xml>