summaryrefslogtreecommitdiff
path: root/demo/more/meta.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-10-22 12:16:31 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-10-22 12:16:31 -0400
commitc672aad3fe693606fdff72f3b59ca26cc92c9fa9 (patch)
tree901f503fbc6b4bc7f9a6fd4ee70911c981ec4891 /demo/more/meta.urs
parent34d3f5b515acbe3e83c0f2201253a08c4dea38b6 (diff)
Viewing papers
Diffstat (limited to 'demo/more/meta.urs')
-rw-r--r--demo/more/meta.urs2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/more/meta.urs b/demo/more/meta.urs
index e949e5ee..90c4e17e 100644
--- a/demo/more/meta.urs
+++ b/demo/more/meta.urs
@@ -13,6 +13,8 @@ val bool : string -> meta (bool, bool)
val textarea : string -> meta (string, string)
+val allContent : ts ::: {(Type * Type)} -> $(map meta ts) -> $(map fst ts) -> folder ts -> xbody
+
val allWidgets : ts ::: {(Type * Type)} -> $(map meta ts) -> folder ts
-> xml form [] (map snd ts)