summaryrefslogtreecommitdiff
path: root/demo/batchG.ur
blob: e370b26ef4d7e1562d6f16afa8d1a0de84a7ccd1 (plain)
1
2
3
4
5
6
7
8
table t : {Id : int, A : string, B : float}

open BatchFun.Make(struct
                       val tab = t
                       val title = "BatchG"
                       val cols = {A = BatchFun.string "A",
                                   B = BatchFun.float "B"}
                   end)