diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-09-15 09:40:51 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-09-15 09:40:51 -0400 |
commit | 89ff99b8cb398180ae3168dec72baa793fe42850 (patch) | |
tree | 433c0110e44492d0f49fe446996e8d66d8cefd7d /demo/more/grid1.ur | |
parent | 805b4913fe374d10f9a9ef4f7f8a79a8e25c4601 (diff) |
Dropped in initial aggregate types
Diffstat (limited to 'demo/more/grid1.ur')
-rw-r--r-- | demo/more/grid1.ur | 2 |
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 () = |