diff demo/noisy.ur @ 782:a44daa674810

Make Effectize more precise
author Adam Chlipala <adamc@hcoop.net>
date Tue, 05 May 2009 10:23:16 -0400
parents 15ddd64a5113
children ed06e25c70ef
line wrap: on
line diff
--- a/demo/noisy.ur	Sun May 03 16:00:43 2009 -0400
+++ b/demo/noisy.ur	Tue May 05 10:23:16 2009 -0400
@@ -25,7 +25,7 @@
                  | Some a => a);
         check ls'
 
-fun action () =
+fun main () =
     idAdd <- source "";
     aAdd <- source "";
 
@@ -41,7 +41,3 @@
       <button value="Delete" onclick={id <- get idDel; del (readError id)}/>
       <ctextbox source={idDel}/>
     </body></xml>
-
-fun main () = return <xml><body>
-  <form><submit value="Begin demo" action={action}/></form>
-</body></xml>