view tests/lengthGe.ur @ 1743:1e940643a5f0

Report which files lead to duplicate module names
author Adam Chlipala <adam@chlipala.net>
date Fri, 04 May 2012 10:38:22 -0400
parents f96e708b4b93
children
line wrap: on
line source
fun main () : transaction page =
    s <- source "";
    return <xml><body>
      <ctextbox source={s}/>
      <dyn signal={v <- signal s;
                   return (txt (strlenGe v 3))}/>
    </body></xml>