Mercurial > urweb
view demo/batchG.ur @ 653:e5894f0e541a
Change location/type of [fold] to be more uniform w.r.t. derived folders
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 12 Mar 2009 10:26:04 -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)