Mercurial > urweb
view tests/init.ur @ 1489:4437b008e0ab
Narrow Maybe match case.
author | Karn Kallio <kkallio@eka> |
---|---|
date | Wed, 06 Jul 2011 18:54:23 -0430 |
parents | 8a169fc0838b |
children |
line wrap: on
line source
sequence seq table fred : {A : int, B : int} task initialize = fn () => setval seq 1; dml (INSERT INTO fred (A, B) VALUES (0, 1))