summaryrefslogtreecommitdiff
path: root/demo/tree.ur
diff options
context:
space:
mode:
Diffstat (limited to 'demo/tree.ur')
-rw-r--r--demo/tree.ur2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/tree.ur b/demo/tree.ur
index d7b0919e..0a13e470 100644
--- a/demo/tree.ur
+++ b/demo/tree.ur
@@ -5,6 +5,8 @@ table t : { Id : int, Parent : option int, Nam : string }
open TreeFun.Make(struct
val tab = t
+ con id = #Id
+ con parent = #Parent
end)
fun row r = <xml>