Mercurial > urweb
view demo/batchG.ur @ 723:311ca1ae715d
Simplify type class requirement for tree demo
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Mon, 13 Apr 2009 08:44:32 -0400 |
parents | 1a317a707d71 |
children | 15ddd64a5113 |
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)