view tests/firebug.ur @ 1436:3d5e4c5fb6ee

Change order of linking database libraries to satisfy Cygwin
author Adam Chlipala <adam@chlipala.net>
date Sat, 12 Mar 2011 14:30:08 -0500
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>