Mercurial > urweb
view tests/sequence.ur @ 1930:5a7ae5acdcea
Add '-q' option to HTTP binaries
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 11 Dec 2013 11:06:08 -0500 |
parents | e976b187d73a |
children |
line wrap: on
line source
sequence seq fun main () : transaction page = n <- nextval seq; return <html><body> {txt _ n} </body></html>