From 1be7e54fa70a40b16164f69e7153ada0e4935994 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 31 Oct 2009 15:51:50 -0400 Subject: Start of bidding implementation compiles --- demo/more/bid.urs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 demo/more/bid.urs (limited to 'demo/more/bid.urs') 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 -- cgit v1.2.3