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

Viewing papers
author Adam Chlipala <adamc@hcoop.net>
date Thu, 22 Oct 2009 12:16:31 -0400
parents d3af9e54c828
children 16f7cb0891b6
line wrap: on
line diff
--- a/demo/more/conferenceFields.urs	Thu Oct 22 11:51:31 2009 -0400
+++ b/demo/more/conferenceFields.urs	Thu Oct 22 12:16:31 2009 -0400
@@ -1,5 +1,2 @@
-con title :: (Type * Type)
-val title : Meta.meta title
-
-con abstract :: (Type * Type)
-val abstract : Meta.meta abstract
+val title : Meta.meta (string, string)
+val abstract : Meta.meta (string, string)