view tests/sequence.ur @ 1706:0152f65ced6a

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Thu, 29 Mar 2012 11:23:35 -0400
parents e976b187d73a
children
line wrap: on
line source
sequence seq

fun main () : transaction page =
        n <- nextval seq;
        return <html><body>
                {txt _ n}
        </body></html>