Mercurial > urweb
view tests/label.ur @ 1102:8d0f195710f1
Update manual's description of implicit arguments
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Wed, 30 Dec 2009 09:48:32 -0500 |
parents | 609ab3947a08 |
children |
line wrap: on
line source
fun main () = return <xml><body> <ccheckbox id="A"/> <label for="A">First one</label><br/> <ccheckbox id="B"/> <label for="B">Second one</label><br/> </body></xml>