view tests/ooo.ur @ 1583:7fcdf836b761

Clear reducedSummaries
author Adam Chlipala <adam@chlipala.net>
date Fri, 28 Oct 2011 08:54:44 -0400
parents d1cce194180d
children
line wrap: on
line source
fun main () : transaction page =
    s <- source "Hi";
    return <xml><body>
      <form>
        <textbox{#A} source={s}/>
        Change it up!
      </form>
    </body></xml>