From 7726688ab1c0bd5b73c4bb756fa6357b2212e44e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 22 Oct 2009 11:37:58 -0400 Subject: Title and abstract --- demo/more/meta.urs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'demo/more/meta.urs') 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) -- cgit v1.2.3