Mercurial > urweb
view tests/sequence.ur @ 428:3ca00463de20
Make *_w function prototypes match header file
author | adamc@hnf.impredicative.com |
---|---|
date | Fri, 24 Oct 2008 19:59:17 -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>