summaryrefslogtreecommitdiff
path: root/demo/more/bid.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-10-31 15:51:50 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-10-31 15:51:50 -0400
commit1be7e54fa70a40b16164f69e7153ada0e4935994 (patch)
tree83db5727103dd54a22787218cd8325e80059cc96 /demo/more/bid.urs
parent2385b6b946eb1215d75a3dddccb05aaf8f605ba3 (diff)
Start of bidding implementation compiles
Diffstat (limited to 'demo/more/bid.urs')
-rw-r--r--demo/more/bid.urs2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/more/bid.urs b/demo/more/bid.urs
new file mode 100644
index 00000000..976d1ab6
--- /dev/null
+++ b/demo/more/bid.urs
@@ -0,0 +1,2 @@
+functor Make (M : Conference.INPUT) : Conference.OUTPUT where con userId = M.userId
+ where con paperId = M.paperId