diff demo/more/bid.urs @ 1023:e46227efcbba

Bidding interface
author Adam Chlipala <adamc@hcoop.net>
date Sun, 01 Nov 2009 10:20:20 -0500
parents 4de35df3d545
children 6bcc1020d5cd
line wrap: on
line diff
--- a/demo/more/bid.urs	Sat Oct 31 15:51:50 2009 -0400
+++ b/demo/more/bid.urs	Sun Nov 01 10:20:20 2009 -0500
@@ -1,2 +1,3 @@
-functor Make (M : Conference.INPUT) : Conference.OUTPUT where con userId = M.userId
+functor Make (M : Conference.INPUT) : Conference.OUTPUT where con paper = M.paper
+                                                        where con userId = M.userId
                                                         where con paperId = M.paperId