summaryrefslogtreecommitdiff
path: root/demo/more/meta.urs
diff options
context:
space:
mode:
Diffstat (limited to 'demo/more/meta.urs')
-rw-r--r--demo/more/meta.urs5
1 files changed, 5 insertions, 0 deletions
diff --git a/demo/more/meta.urs b/demo/more/meta.urs
index d4d626c5..17e8a9f3 100644
--- a/demo/more/meta.urs
+++ b/demo/more/meta.urs
@@ -10,3 +10,8 @@ val int : string -> meta (int, string)
val float : string -> meta (float, string)
val string : string -> meta (string, string)
val bool : string -> meta (bool, bool)
+
+val textarea : string -> meta (string, string)
+
+val allWidgets : ts ::: {(Type * Type)} -> $(map meta ts) -> folder ts
+ -> xml form [] (map snd ts)