view tests/firebug.ur @ 1225:950d1e540df6

Tweaks to table signatures and MonoOpt summarizing
author Adam Chlipala <adamc@hcoop.net>
date Sun, 11 Apr 2010 14:11:17 -0400
parents 5f72a66402f7
children
line wrap: on
line source
fun main () =
  a <- source "some text";
  return <xml><body>
    <label>A: <ctextbox source={a}/></label>
  </body></xml>