Mercurial > urweb
view demo/batchG.ur @ 1156:b6111b688060
Remove debug prints
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 07 Feb 2010 09:14:06 -0500 |
parents | a44daa674810 |
children |
line wrap: on
line source
table t : {Id : int, A : string, B : float} PRIMARY KEY Id open BatchFun.Make(struct val tab = t val title = "BatchG" val cols = {A = BatchFun.string "A", B = BatchFun.float "B"} end)