Mercurial > urweb
view demo/batchG.ur @ 682:5bbb542243e8
Redo channels, making them single-client
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 29 Mar 2009 11:37:29 -0400 |
parents | fcf0bd3d1667 |
children | 1a317a707d71 |
line wrap: on
line source
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)