diff demo/more/meta.urs @ 1009:59097824f19b

Viewing papers
author Adam Chlipala <adamc@hcoop.net>
date Thu, 22 Oct 2009 12:16:31 -0400
parents 1911e84df461
children 16f7cb0891b6
line wrap: on
line diff
--- a/demo/more/meta.urs	Thu Oct 22 11:51:31 2009 -0400
+++ b/demo/more/meta.urs	Thu Oct 22 12:16:31 2009 -0400
@@ -13,6 +13,8 @@
 
 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)