Mercurial > urweb
view tests/sequence.ur @ 1114:01b6c7144a44
Deadlines
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 03 Jan 2010 15:58:34 -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>