diff demo/more/conferenceFields.urs @ 1011:16f7cb0891b6

Initial support for char in SQL
author Adam Chlipala <adamc@hcoop.net>
date Thu, 22 Oct 2009 16:15:56 -0400
parents 59097824f19b
children 53a22f46f377
line wrap: on
line diff
--- a/demo/more/conferenceFields.urs	Thu Oct 22 14:05:48 2009 -0400
+++ b/demo/more/conferenceFields.urs	Thu Oct 22 16:15:56 2009 -0400
@@ -1,2 +1,5 @@
 val title : Meta.meta (string, string)
 val abstract : Meta.meta (string, string)
+
+con dropdown :: (Type * Type)
+val dropdown : string -> list char -> Meta.meta dropdown