Mercurial > urweb
view tests/plink.lac @ 196:890a61991263
Lists all the way through
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 09 Aug 2008 16:48:32 -0400 |
parents | f0d3402184d1 |
children |
line wrap: on
line source
val pA = fn size => <html><body> <font size={size}>Hello World!</font> </body></html> val main : unit -> page = fn () => <html><body> <li> <a link={pA 5}>Size 5</a></li> <li> <a link={pA 10}>Size 10</a></li> </body></html>