annotate tests/lengthGe.ur @ 1737:78d7cc9c9b18

Don't modify the module cache after elaboration failures
author Adam Chlipala <adam@chlipala.net>
date Wed, 02 May 2012 08:56:19 -0400
parents f96e708b4b93
children
rev   line source
adam@1624 1 fun main () : transaction page =
adam@1624 2 s <- source "";
adam@1624 3 return <xml><body>
adam@1624 4 <ctextbox source={s}/>
adam@1624 5 <dyn signal={v <- signal s;
adam@1624 6 return (txt (strlenGe v 3))}/>
adam@1624 7 </body></xml>