annotate tests/optionM.ur @ 1553:4105f779de7b

Even gentler handling of back-button returns to pages with stale message-passing credentials
author Adam Chlipala <adam@chlipala.net>
date Sun, 28 Aug 2011 19:32:20 -0400
parents a99b743a3087
children
rev   line source
adam@1544 1 fun main () : transaction page = return <xml>{[x <- Some 1;
adam@1544 2 y <- Some 2;
adam@1544 3 return (x + y)]}</xml>