summaryrefslogtreecommitdiff
path: root/demo/more/bid.urs
diff options
context:
space:
mode:
Diffstat (limited to 'demo/more/bid.urs')
-rw-r--r--demo/more/bid.urs3
1 files changed, 2 insertions, 1 deletions
diff --git a/demo/more/bid.urs b/demo/more/bid.urs
index 976d1ab6..f731f9ba 100644
--- a/demo/more/bid.urs
+++ b/demo/more/bid.urs
@@ -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