comparison demo/batchG.ur @ 650:fcf0bd3d1667

BatchG demo
author Adam Chlipala <adamc@hcoop.net>
date Tue, 10 Mar 2009 16:38:38 -0400
parents
children 1a317a707d71
comparison
equal deleted inserted replaced
649:96ebc6bdb5a0 650:fcf0bd3d1667
1 table t : {Id : int, A : string, B : float}
2
3 open BatchFun.Make(struct
4 val tab = t
5 val title = "BatchG"
6 val cols = {A = BatchFun.string "A",
7 B = BatchFun.float "B"}
8 end)