aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/more/grid1.ur
diff options
context:
space:
mode:
Diffstat (limited to 'demo/more/grid1.ur')
-rw-r--r--demo/more/grid1.ur2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/more/grid1.ur b/demo/more/grid1.ur
index b5cc4511..829cf052 100644
--- a/demo/more/grid1.ur
+++ b/demo/more/grid1.ur
@@ -44,6 +44,8 @@ open Make(struct
F = Direct.editable [#F] ! "F" (Direct.nullable F.meta),
DA = computed "2A" (fn r => 2 * r.A),
Link = computedHtml "Link" (fn r => <xml><a link={page (r.A, r.B)}>Go</a></xml>)}
+
+ val aggregates = {}
end)
fun main () =