aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/batchG.ur
diff options
context:
space:
mode:
Diffstat (limited to 'demo/batchG.ur')
-rw-r--r--demo/batchG.ur8
1 files changed, 8 insertions, 0 deletions
diff --git a/demo/batchG.ur b/demo/batchG.ur
new file mode 100644
index 00000000..e370b26e
--- /dev/null
+++ b/demo/batchG.ur
@@ -0,0 +1,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)