diff demo/more/conferenceFields.urs @ 1029:53a22f46f377

Seeing others' reviews
author Adam Chlipala <adamc@hcoop.net>
date Mon, 02 Nov 2009 14:22:29 -0500
parents 16f7cb0891b6
children 5d9f47124c4c
line wrap: on
line diff
--- a/demo/more/conferenceFields.urs	Mon Nov 02 14:14:32 2009 -0500
+++ b/demo/more/conferenceFields.urs	Mon Nov 02 14:22:29 2009 -0500
@@ -1,5 +1,6 @@
 val title : Meta.meta (string, string)
 val abstract : Meta.meta (string, string)
+val commentsForAuthors : Meta.meta (string, string)
 
 con dropdown :: (Type * Type)
 val dropdown : string -> list char -> Meta.meta dropdown